start porting to gtk4
This commit is contained in:
@@ -46,9 +46,9 @@ workspaces = ["futures-util"]
|
||||
|
||||
[dependencies]
|
||||
# core
|
||||
gtk = "0.17.0"
|
||||
gtk-layer-shell = "0.6.0"
|
||||
glib = "0.17.5"
|
||||
gtk = { package = "gtk4", version = "0.6.6" }
|
||||
gtk-layer-shell = { package = "gtk4-layer-shell", version = "0.0.3" }
|
||||
glib = "0.17.9"
|
||||
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "time", "process", "sync", "io-util", "net"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||
|
||||
Reference in New Issue
Block a user