Cargo Features
[dependencies]
bevy_proto_derive = { version = "0.6.0", default-features = false, features = ["assertions"] }
- default = assertions
-
The
assertions
feature is set by default wheneverbevy_proto_derive
is added without
somewhere in the dependency tree.default-features = false - assertions default
-
If enabled, static assertions will be generated to enforce certain invariants and improve compile-time error reporting.