Thanks to visit codestin.com
Credit goes to lib.rs

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-wry is added without default-features = false somewhere in the dependency tree.

devtools

Enables devtools of tauri-runtime and wry

x11 default

Enables x11 of tao and wry

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

Enables mac-proxy of wry

unstable common-controls-v6
dbus default

Enables dbus of tao