Cargo Features

ambient_ui has no features set by default.

[dependencies]
ambient_ui = { version = "0.3.1", features = ["native", "guest", "client", "server"] }
native = ambient_sys

Enables native of ambient_element and ambient_shared_types

ambient_element:

Shared

guest

Enables guest of ambient_element and ambient_guest_bridge

client

Enables client of ambient_guest_bridge

server

Enables server of ambient_guest_bridge

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ambient_sys native?

Enables ambient_sys

Host only