Cargo Features

[dependencies]
musi_lili = { version = "0.2.0", default-features = false, features = ["std", "gamepad", "slint-femtovg", "slint-software", "experimental", "private_api"] }
default = slint-femtovg, std

These default features are set whenever musi_lili is added without default-features = false somewhere in the dependency tree.

std default

Enables std of slint, tan_lili, and tawa_lili

slint:

Enable use of the Rust standard library.

gamepad = gilrs
slint-femtovg default

Enables backend-winit and renderer-femtovg of slint

slint-software

Enables backend-winit and renderer-software of slint

experimental

Enables experimental of tawa_lili

private_api

Enables private_api of tan_lili and tawa_lili

Affects run::run

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.

gilrs gamepad?