deps: Use public dependencies again
This commit is contained in:
parent
6eb7493ad7
commit
6b299a3a2a
2 changed files with 179 additions and 115 deletions
15
Cargo.toml
15
Cargo.toml
|
|
@ -29,9 +29,9 @@ indexmap = "1.8.0"
|
|||
xdg = "^2.1"
|
||||
ron = "0.7"
|
||||
libsystemd = "0.5"
|
||||
wayland-backend = "=0.1.0-beta.12"
|
||||
wayland-scanner = "=0.30.0-beta.12"
|
||||
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", branch = "screencopy", default-features = false, features = ["server"] }
|
||||
wayland-backend = "=0.1.0-beta.13"
|
||||
wayland-scanner = "=0.30.0-beta.13"
|
||||
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", branch = "main", default-features = false, features = ["server"] }
|
||||
|
||||
[dependencies.smithay]
|
||||
version = "0.3"
|
||||
|
|
@ -61,11 +61,4 @@ debug = true
|
|||
lto = "fat"
|
||||
|
||||
[patch."https://github.com/Smithay/smithay.git"]
|
||||
#smithay = { git = "https://github.com/Smithay//smithay", rev = "5671502cd" }
|
||||
smithay = { path = "../smithay" }
|
||||
|
||||
[patch.crates-io]
|
||||
wayland-server = { git = "https://github.com/Smithay/wayland-rs", rev = "13f6a9be" }
|
||||
wayland-backend = { git = "https://github.com/Smithay/wayland-rs", rev = "13f6a9be" }
|
||||
wayland-egl = { git = "https://github.com/Smithay/wayland-rs", rev = "13f6a9be" }
|
||||
wayland-sys = { git = "https://github.com/Smithay/wayland-rs", rev = "13f6a9be" }
|
||||
smithay = { git = "https://github.com/Smithay//smithay", rev = "b0ec5090df" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue