mirror of
https://github.com/13hannes11/focus_annotator.git
synced 2024-09-03 23:21:01 +02:00
add serialization, TODO: proper loading and saving
This commit is contained in:
@@ -6,7 +6,9 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
adw = { version = "0.1.0", package = "libadwaita" }
|
||||
adw = { version = "0.1", package = "libadwaita" }
|
||||
gtk = { version = "0.4", package = "gtk4" }
|
||||
gls = { version = "0.1.6" }
|
||||
gls = { version = "0.1" }
|
||||
serde = { version = "1.0", features = ["derive"]}
|
||||
serde_json = { version = "1.0" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user