Cargo Features

[dependencies]
rantz_random = { version = "0.4.5", default-features = false, features = ["spatial2d", "bevy"] }
default = bevy, spatial2d

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

spatial2d default = rantz_spatial2d
bevy default

Enables bevy_render of bevy

bevy:

Provides rendering functionality

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.

rantz_spatial2d spatial2d