deps: Use patched smithay version
This commit is contained in:
parent
9417a72818
commit
bc89ff99b4
2 changed files with 46 additions and 26 deletions
15
Cargo.toml
15
Cargo.toml
|
|
@ -37,4 +37,17 @@ wayland-scanner = "0.29"
|
|||
|
||||
[features]
|
||||
default = []
|
||||
debug = ["egui", "smithay-egui", "serde", "serde_json"]
|
||||
debug = ["egui", "smithay-egui", "serde", "serde_json"]
|
||||
|
||||
[profile.dev]
|
||||
lto = "thin"
|
||||
|
||||
[profile.fastdebug]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
|
||||
[patch."https://github.com/Smithay/smithay.git"]
|
||||
smithay = { git = "https://github.com/pop-os/smithay", branch = "main" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue