Cargo Features
bevy_vello has no features set by default.
[dependencies]
bevy_vello = { version = "0.8.0", features = ["svg", "lottie", "text", "default_font"] }
- svg = vello_svg
-
Affects
integrations::svg
,prepare::PrepareRenderInstance
… - lottie = velato
-
Affects
lottie::VelloLottieBundle
,integrations::lottie
,render::VelatoRenderer
,prepare::PrepareRenderInstance
… - text default_font? = parley
-
Affects
integrations::text
… - default_font = text
-
Enables default_font of bevy ^0.15.3
bevy:
Include a default font, containing only ASCII characters, at the cost of a 20kB binary size increase
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.
- vello_svg svg?
-
Enables vello_svg ^0.6.0
- velato lottie?
- parley wasm32 not wasm32 text?
-
Enables parley ^0.3.0