Cargo Features
[dependencies]
bevy_prototype_sdf = { version = "0.1.0", default-features = false, features = ["serialize", "bevy_asset", "shader"] }
- default = bevy_asset
-
The
bevy_asset
feature is set by default wheneverbevy_prototype_sdf
is added without
somewhere in the dependency tree.default-features = false - serialize bevy_asset
-
Enables serde
Affects
bevy_prototype_sdf::RawSerdeTree
,bevy_prototype_sdf::PrettySerdeTree2d
,bevy_prototype_sdf::PrettySerdeTree3d
… - bevy_asset default = serialize
-
Enables ron ^0.8 and thiserror and bevy_asset of bevy
bevy:
Provides asset functionality
Affects
bevy_prototype_sdf::SdfProcessing
,bevy_prototype_sdf::ExecutableSdfs
… - shader
-
Enables bevy_asset and bevy_render of bevy