From 051c0ce5e3bd27d58fa5d3a0059b1751b6fb32b3 Mon Sep 17 00:00:00 2001 From: super1207 Date: Mon, 19 Aug 2024 18:33:37 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1acee57..8ed45e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ winreg = "0.52.0" xcap = "0.0.10" winconsole = "0.11.1" tray-icon = "0.14.3" -fltk = { version = "1.4.33",features = ["fltk-bundled"]} +fltk = { version = "1.4.33"} [profile.release] panic = "abort" # Strip expensive panic clean-up logic