Cargo Features

[dependencies]
bevy_proto_typetag = { version = "0.7.0", default-features = false, features = ["analysis", "no_cycles", "hot_reloading"] }
default = analysis

The analysis feature is set by default whenever bevy_proto_typetag is added without default-features = false somewhere in the dependency tree.

analysis default no_cycles?

If enabled, analyses prototype dependencies and logging (or panicking if no_cycles is enabled) on error

no_cycles = analysis

If enabled, panics when a dependency cycle is found, otherwise logs a warning

hot_reloading

If enabled, allows for hot reloading

Enables crossbeam-channel and notify ^5.0