use freedesktop instead of gtk
This commit is contained in:
@@ -5,13 +5,15 @@ edition = "2024"
|
||||
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true, features = ["rc"] }
|
||||
glam = { workspace = true }
|
||||
chrono = "0.4.42"
|
||||
idmap = { workspace = true, features = ["serde"] }
|
||||
idmap-derive = { workspace = true }
|
||||
wayvr-ipc = { path = "../wayvr-ipc", default-features = false }
|
||||
anyhow = { workspace = true }
|
||||
xdg = "3.0"
|
||||
log = { workspace = true }
|
||||
|
||||
freedesktop.workspace = true
|
||||
anyhow.workspace = true
|
||||
glam.workspace = true
|
||||
idmap = { workspace = true, features = ["serde"] }
|
||||
idmap-derive.workspace = true
|
||||
log.workspace = true
|
||||
serde = { workspace = true, features = ["rc"] }
|
||||
|
||||
chrono = "0.4.42"
|
||||
smol = "2.0.2"
|
||||
|
||||
Reference in New Issue
Block a user