Cargo Features

bevy_uikit has no features set by default.

[dependencies]
bevy_uikit = { version = "0.0.0", features = ["no-scene", "serde", "bytemuck"] }
no-scene

Do not use scenes. Useful for testing UIApplicationDelegate support even on newer devices that prefers scenes.

Features from optional dependencies

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

bytemuck implicit feature

Enables bytemuck

bytemuck:

A crate for mucking around with piles of bytes