debug: First iteration

- Flesh out FPS counters and graph
- Add opacity slider
- Add specialized views
- Populate workspace state inspector (very basic)
This commit is contained in:
Victoria Brekenfeld 2022-01-13 00:33:02 +01:00
parent c1484cdb02
commit 5315abb9f1
9 changed files with 234 additions and 115 deletions

View file

@ -9,6 +9,7 @@ authors = ["Victoria Brekenfeld"]
anyhow = { version = "1.0.51", features = ["backtrace"] }
bitflags = "1.3.2"
slog = "2.7"
#slog = { version = "2.7", features = ["max_level_trace"] }
slog-term = "2.8"
slog-async = "2.7"
slog-scope = "4.4"
@ -20,13 +21,12 @@ version = "0.3"
git = "https://github.com/Smithay/smithay.git"
branch = "feature/egl_userdata"
default-features = false
features = ["backend_x11", "backend_egl", "desktop", "use_system_lib", "renderer_gl", "wayland_frontend"]
features = ["backend_x11", "backend_egl", "desktop", "use_system_lib", "renderer_gl", "wayland_frontend", "slog-stdlog"]
[dependencies.smithay-egui]
git = "https://github.com/Smithay/smithay-egui.git"
rev = "ad146d59"
optional = true
[features]
default = ["debug"]
default = []
debug = ["egui", "smithay-egui"]