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

2
Cargo.lock generated
View file

@ -1855,7 +1855,7 @@ dependencies = [
[[package]]
name = "smithay-egui"
version = "0.1.0"
source = "git+https://github.com/Smithay/smithay-egui.git?branch=feature/image#9fcb589d5c99ac8143f0a967504cdbf691d6cea4"
source = "git+https://github.com/Smithay/smithay-egui.git?rev=9fe1fa5e01#9fe1fa5e01dc39c145f036564e971a50f84864ff"
dependencies = [
"cgmath",
"egui",

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]