Cargo Features
[dependencies]
tauri-runtime-wry = { version = "2.11.2", default-features = false, features = ["devtools", "x11", "macos-private-api", "objc-exception", "tracing", "macos-proxy", "common-controls-v6", "dbus"] }
- default = dbus, x11
-
These default features are set whenever
tauri-runtime-wryis added withoutsomewhere in the dependency tree.default-features = false - devtools
-
Enables devtools of tauri-runtime and wry
- x11 default
- macos-private-api
-
Enables macos-private-api of tauri-runtime, fullscreen and transparent of wry
- objc-exception
-
TODO: Remove in v3 - wry does not have this feature anymore
- tracing
-
Enables tracing, tracing of wry
Affects
tauri-runtime-wry::ActiveTraceSpanStore,tauri-runtime-wry::ActiveTracingSpan,tauri-runtime-wry::DispatcherMainThreadContext.active_tracing_spans,tauri-runtime-wry::EventLoopIterationContext.active_tracing_spans… - macos-proxy
- unstable common-controls-v6
- dbus default