deps: Use pinned smithay-egui and disable debug by default

This commit is contained in:
Victoria Brekenfeld 2022-11-22 18:21:41 +01:00
parent b5ef2c5bde
commit c25f2ed447
2 changed files with 3 additions and 4 deletions

View file

@ -42,13 +42,12 @@ features = ["backend_drm", "backend_gbm", "backend_egl", "backend_libinput", "ba
[dependencies.smithay-egui]
git = "https://github.com/Smithay/smithay-egui.git"
#rev = "ee25d401ac"
branch = "feature/image"
rev = "9fe1fa5e01"
features = ["svg"]
optional = true
[features]
default = ["debug"]
default = []
debug = ["egui", "smithay-egui"]
[profile.dev]