diff --git a/Cargo.toml b/Cargo.toml index 6469c4e5..08d97316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,15 +26,11 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } tracy-client = { version = "0.18.0", default-features = false } [workspace.dependencies.smithay] -# version = "0.4.1" -git = "https://github.com/Smithay/smithay.git" -# path = "../smithay" +version = "0.4.1" default-features = false [workspace.dependencies.smithay-drm-extras] -# version = "0.1.0" -git = "https://github.com/Smithay/smithay.git" -# path = "../smithay/smithay-drm-extras" +version = "0.1.0" [package] name = "niri" @@ -75,7 +71,7 @@ niri-ipc = { version = "25.2.0", path = "niri-ipc", features = ["clap"] } ordered-float = "5.0.0" pango = { version = "0.20.9", features = ["v1_44"] } pangocairo = "0.20.7" -pipewire = { git = "https://gitlab.freedesktop.org/pipewire/pipewire-rs.git", optional = true, features = ["v0_3_33"] } +pipewire = { version = "0.8.0", optional = true, features = ["v0_3_33"] } png = "0.17.16" portable-atomic = { version = "1.10.0", default-features = false, features = ["float"] } profiling = "1.0.16"