Cargo Features
[dependencies]
bevy_fsc_point_cloud = { version = "0.4.0", default-features = false, features = ["opd", "las"] }
- default = las, opd
-
These default features are set whenever
bevy_fsc_point_cloud
is added without
somewhere in the dependency tree.default-features = false - opd default = opd-parser
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.
- opd-parser opd
-
Enables opd-parser ^0.3.0
- las default
-
Enables las ^0.8