Update dependencies and rust version

This commit is contained in:
2025-03-04 20:46:16 -05:00
parent fddc7bdd0e
commit 9a34856c2b
25 changed files with 510 additions and 488 deletions
+4 -4
View File
@@ -5,7 +5,7 @@ repository = "https://git.virtual-boy.com/PVB/lemur"
publish = false
license = "MIT"
version = "0.4.5"
edition = "2021"
edition = "2024"
[dependencies]
anyhow = "1"
@@ -15,7 +15,7 @@ bitflags = { version = "2", features = ["serde"] }
bytemuck = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
cpal = { git = "https://github.com/sidit77/cpal.git", rev = "66ed6be" }
directories = "5"
directories = "6"
egui = { version = "0.30", features = ["serde"] }
egui_extras = { version = "0.30", features = ["image"] }
egui-toast = { git = "https://github.com/urholaukkarinen/egui-toast.git", rev = "d0bcf97" }
@@ -30,7 +30,7 @@ num-derive = "0.4"
num-traits = "0.2"
oneshot = "0.1"
pollster = "0.4"
rfd = "0.15"
rfd = { version = "0.15", default-features = false, features = ["xdg-portal", "tokio"]}
rtrb = "0.3"
rubato = "0.16"
serde = { version = "1", features = ["derive"] }
@@ -43,7 +43,7 @@ wgpu = "23"
winit = { version = "0.30", features = ["serde"] }
[target.'cfg(windows)'.dependencies]
windows = { version = "0.58", features = ["Win32_System_Threading"] }
windows = { version = "0.59", features = ["Win32_System_Threading"] }
[build-dependencies]
cc = "1"