Cargo Features

[dependencies]
ryot_tibia = { version = "0.2.3", default-features = false, features = ["bevy"] }
default = bevy

The bevy feature is set by default whenever ryot_tibia is added without default-features = false somewhere in the dependency tree.

bevy default = bevy_utils

Enables bevy_app and bevy_asset

Affects ryot_tibia::asset_loader

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.

bevy_utils bevy