Cargo Features
ryot_internal has no features set by default.
[dependencies]
ryot_internal = { version = "0.2.2", features = ["debug", "bevy", "compression", "egui", "lmdb", "ray_cast", "ryot_tibia", "ryot_pathfinder"] }
- debug
-
Enables debug of ryot_sprites and ryot_tiled
- bevy = ryot_assets
-
Enables bevy of ryot_core, optional ryot_tibia, ryot_tiled, and ryot_utils
- compression
-
Enables compression of ryot_utils
- egui
-
Enables egui of ryot_tiled
- lmdb
-
Enables lmdb of ryot_tiled
- ray_cast = ryot_ray_casting
- ryot_tibia
-
Enables ryot_tibia, ryot_tibia of ryot_assets
Affects
ryot_internal::tibia
…
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.
- ryot_assets bevy? ryot_tibia?
-
Affects
ryot_internal::assets
… - ryot_pathfinder implicit feature
-
Affects
ryot_internal::pathfinder
… - ryot_ray_casting ray_cast?
-
Affects
ryot_internal::ray_casting
…