|
@@ -12,6 +12,7 @@ publish = false
|
|
|
default = ["desktop"]
|
|
|
desktop = ["dioxus/desktop"]
|
|
|
native = ["dioxus/native"]
|
|
|
+tracing = ["dep:tracing-subscriber", "dioxus-native/tracing"]
|
|
|
|
|
|
[dependencies]
|
|
|
dioxus-native = { path = "../../packages/native" }
|
|
@@ -19,3 +20,4 @@ dioxus = { workspace = true }
|
|
|
wgpu = "24"
|
|
|
bytemuck = "1"
|
|
|
color = "0.3"
|
|
|
+tracing-subscriber = { workspace = true, optional = true }
|