Cargo Features
[dependencies]
edges = { version = "0.4.0", default-features = false, features = ["glam-latest", "bevy"] }
- default = bevy
-
The
bevy
feature is set by default wheneveredges
is added without
somewhere in the dependency tree.default-features = false - glam-latest
-
Enables glam
- bevy default
-
Enables bevy_math ^0.14 and bevy_render ^0.14
Edges has 3 features without comments.