Update smithay-egui, egui, puffin
This commit is contained in:
parent
974aef7476
commit
98755c1695
4 changed files with 131 additions and 52 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -18,7 +18,8 @@ calloop = { version = "0.12.2", features = ["executor"] }
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
sendfd = "0.4.1"
|
||||
egui = { version = "0.22.0", optional = true }
|
||||
egui = { version = "0.23.0", optional = true }
|
||||
egui_plot = { version = "0.23.0", optional = true }
|
||||
renderdoc = { version = "0.11.0", optional = true }
|
||||
edid-rs = { version = "0.1" }
|
||||
png = "0.17.5"
|
||||
|
|
@ -45,8 +46,8 @@ glow = "0.12.0"
|
|||
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "tracing-log"] }
|
||||
tracing-journald = "0.3.0"
|
||||
tracing = { version = "0.1.37", features = ["max_level_debug", "release_max_level_info"] }
|
||||
puffin = { version = "0.14.3", optional = true }
|
||||
puffin_egui = { version = "0.22.0", optional = true }
|
||||
puffin = { version = "0.17.0", optional = true }
|
||||
puffin_egui = { version = "0.23.0", optional = true }
|
||||
keyframe = "1.1.1"
|
||||
once_cell = "1.18.0"
|
||||
i18n-embed = { version = "0.14", features = ["fluent-system", "desktop-requester"] }
|
||||
|
|
@ -66,14 +67,14 @@ features = ["backend_drm", "backend_gbm", "backend_egl", "backend_libinput", "ba
|
|||
|
||||
[dependencies.smithay-egui]
|
||||
git = "https://github.com/Smithay/smithay-egui.git"
|
||||
rev = "114d8db6"
|
||||
rev = "cdc652e0"
|
||||
features = ["svg"]
|
||||
optional = true
|
||||
|
||||
[features]
|
||||
default = ["systemd"]
|
||||
systemd = ["libsystemd"]
|
||||
debug = ["egui", "smithay-egui", "renderdoc", "puffin", "puffin_egui", "anyhow/backtrace"]
|
||||
debug = ["egui", "egui_plot", "smithay-egui", "renderdoc", "puffin", "puffin_egui", "anyhow/backtrace"]
|
||||
|
||||
[profile.dev]
|
||||
lto = "thin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue