Well it uh, mostly works.
This commit is contained in:
parent
29f0bbf0f6
commit
5af3abeb93
5 changed files with 77 additions and 15 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue