Cargo Features

vujio_client has no features set by default.

[dependencies]
vujio_client = { version = "0.1.2", features = ["native", "web"] }
default

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

Enables bevy_gltf, bevy_winit, png and render of bevy ^0.4.0

native

Enables bevy_wgpu of bevy ^0.4.0

web = bevy_webgl2

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_webgl2 web?

Enables bevy_webgl2 ^0.4.1