Cargo Features

[dependencies]
lettuces = { version = "0.0.6", default-features = false, features = ["hex", "square", "serde", "bevy", "bevy_reflect"] }
default = hex, square

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

hex default

Affects cell::hex, storage::hex

square default

Affects cell::square, storage::square

serde

Enables serde, serde of hexx ^0.17.0 and serialize of bevy ^0.13

bevy:

Enable serialization support through serde

bevy bevy_reflect? serde?

Enables bevy ^0.13

bevy_reflect = bevy

Enables bevy_reflect of hexx ^0.17.0

hexx:

Adds Bevy Reflection support