Well it uh, mostly works.

This commit is contained in:
Lucy 2022-02-15 17:41:01 -05:00
parent 29f0bbf0f6
commit 5af3abeb93
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
5 changed files with 77 additions and 15 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gtk4 = "0.4.6"
gtk4 = { version = "0.4.6", features = ["v4_2"] }
once_cell = "1.9.0"
relm4-macros = "0.4.2"
tokio = { version = "1.16.1", features = ["full"] }