Add a profile-with-tracy-gpu feature

This commit is contained in:
Ian Douglas Scott 2026-02-03 12:42:16 -08:00 committed by Victoria Brekenfeld
parent e1342fb2e3
commit 748ecb60a9

View file

@ -125,6 +125,7 @@ debug = ["egui", "egui_plot", "smithay-egui", "anyhow/backtrace"]
default = ["systemd"] default = ["systemd"]
systemd = ["libsystemd", "logind-zbus"] systemd = ["libsystemd", "logind-zbus"]
profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"] profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"]
profile-with-tracy-gpu = ["profile-with-tracy", "smithay/tracy_gpu_profiling"]
[profile.dev.package.tiny-skia] [profile.dev.package.tiny-skia]
opt-level = 2 opt-level = 2