Cargo Features

repose-platform has no features set by default.

[dependencies]
repose-platform = { version = "0.13.1", features = ["desktop", "android", "web"] }
desktop = repose-render-wgpu, winit

Affects repose-platform::run_desktop_app, repose-platform::run_desktop_app_with_snackbar, repose-platform::run_app_with_snackbar

android = repose-render-wgpu

Enables android-native-activity of winit

Affects repose-platform::android

web = repose-render-wgpu

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.

repose-render-wgpu android? desktop? web?
winit android? desktop?