feat: optimization

This commit is contained in:
Nova
2023-10-08 18:44:52 -04:00
parent 3d4ab27a14
commit f045bfb93d
15 changed files with 170 additions and 113 deletions

View File

@@ -17,7 +17,7 @@ default = ["wayland"]
wayland = ["dep:smithay", "dep:xkbcommon"]
xwayland = ["smithay/xwayland"]
profile_tokio = ["dep:console-subscriber", "tokio/tracing"]
profile_app = ["dep:tracing-chrome"]
profile_app = ["dep:tracing-tracy"]
[package.metadata.appimage]
auto_link = true
@@ -87,8 +87,8 @@ version = "0.16.9"
version = "0.1.8"
optional = true
[dependencies.tracing-chrome]
version = "0.7.1"
[dependencies.tracing-tracy]
version = "0.10.4"
optional = true
[dependencies.stardust-xr]