From 748ecb60a98dd78b5ede28e2eb7f48d4191f579a Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 3 Feb 2026 12:42:16 -0800 Subject: [PATCH] Add a `profile-with-tracy-gpu` feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a7f6c9c8..e7209087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,6 +125,7 @@ debug = ["egui", "egui_plot", "smithay-egui", "anyhow/backtrace"] default = ["systemd"] systemd = ["libsystemd", "logind-zbus"] 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] opt-level = 2