Cargo Features

bevy_tiled_prototype has no features set by default.

[dependencies]
bevy_tiled_prototype = { version = "0.2.5", features = ["web"] }
default

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

Enables bevy_wgpu, bevy_winit, png and render of bevy ^0.5

web

Enables bevy_winit and render of bevy ^0.5

bevy_tiled_prototype has 2 features without comments.