Fix dependencies
This commit is contained in:
parent
39c0b97dee
commit
459ea6d009
2 changed files with 847 additions and 769 deletions
1606
Cargo.lock
generated
1606
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
@ -6,11 +6,5 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
smithay = "0.3.0"
|
||||
wayland-protocols = { version = "0.31.0", features = ["unstable", "staging", "server"] }
|
||||
wayland-protocols-wlr = { version = "0.2.0", features = ["server"] }
|
||||
wayland-protocols-misc = { version = "0.2.0", features = ["server"] }
|
||||
wayland-server = "0.31.0"
|
||||
wayland-sys = "0.31.1"
|
||||
wayland-backend = "0.3.2"
|
||||
tempfile = "3.8.1"
|
||||
smithay = { git = "https://github.com/Smithay/smithay.git", branch = "master" }
|
||||
wayland-server = "0.31.0"
|
Loading…
Reference in a new issue