Skip to content

Commit

Permalink
Update smithay-egui, egui, puffin
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Oct 4, 2023
1 parent 974aef7 commit 98755c1
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 51 deletions.
162 changes: 120 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"] }
Expand All @@ -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"
Expand Down
Loading

0 comments on commit 98755c1

Please sign in to comment.