Changing println to proper log macros and small fixes.

This commit is contained in:
2026-05-26 17:56:02 +02:00
parent e0c6112422
commit 6b4550dc8e
10 changed files with 104 additions and 117 deletions
+6 -2
View File
@@ -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