Update Smithay to a crates.io version

What a time to be alive
This commit is contained in:
Ivan Molodetskikh
2025-01-24 08:41:09 +03:00
parent 128b01e049
commit 748d90b443
2 changed files with 128 additions and 119 deletions
+5 -3
View File
@@ -26,12 +26,14 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracy-client = { version = "0.18.0", default-features = false }
[workspace.dependencies.smithay]
git = "https://github.com/Smithay/smithay.git"
version = "0.4.1"
# git = "https://github.com/Smithay/smithay.git"
# path = "../smithay"
default-features = false
[workspace.dependencies.smithay-drm-extras]
git = "https://github.com/Smithay/smithay.git"
version = "0.1.0"
# git = "https://github.com/Smithay/smithay.git"
# path = "../smithay/smithay-drm-extras"
[package]
@@ -88,7 +90,7 @@ url = { version = "2.5.4", optional = true }
wayland-backend = "0.3.7"
wayland-scanner = "0.31.5"
xcursor = "0.3.8"
zbus = { version = "5.3.0", optional = true }
zbus = { version = "5.3.1", optional = true }
[dependencies.smithay]
workspace = true