deps: Use patched smithay version

This commit is contained in:
Victoria Brekenfeld 2022-03-22 12:31:19 +01:00
parent 9417a72818
commit bc89ff99b4
2 changed files with 46 additions and 26 deletions

View file

@ -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" }