updated cargo.toml
This commit is contained in:
parent
77eba47f9d
commit
325252e96b
16
Cargo.toml
16
Cargo.toml
@ -1,13 +1,13 @@
|
||||
[package]
|
||||
name = "ced"
|
||||
version = "0.0.4"
|
||||
version = "0.0.9"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
eframe = "0.31"
|
||||
egui = "0.31"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
rfd = "0.15"
|
||||
toml = "0.8"
|
||||
dirs = "5.0"
|
||||
libc = "0.2"
|
||||
eframe = "0.32"
|
||||
egui = "0.32"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
rfd = "0.15.4"
|
||||
toml = "0.9.2"
|
||||
dirs = "6.0"
|
||||
libc = "0.2.174"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user