Changing println to proper log macros and small fixes.
This commit is contained in:
+6
-2
@@ -5,9 +5,11 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
blocking = "1.6"
|
||||
iced = { version = "0.14", default-features = false, features = ["crisp", "linux-theme-detection", "web-colors", "wgpu", "x11", "wayland", "smol", "image"] }
|
||||
iced = { version = "0.14", default-features = false, features = ["crisp", "linux-theme-detection", "wgpu", "x11", "wayland", "smol", "image"] }
|
||||
iced_moving_picture = "0"
|
||||
log = "0.4"
|
||||
rust-i18n = "3"
|
||||
time-format = "1.2"
|
||||
toml = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -15,6 +17,8 @@ rand = "0.10"
|
||||
|
||||
[profile.release]
|
||||
#lto = true
|
||||
debug = false
|
||||
codegen-units = 16
|
||||
opt-level = 2
|
||||
opt-level = 3
|
||||
strip = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user