Cargo Features

[dependencies]
good-web-game = { version = "0.6.0", default-features = false, features = ["mesh", "audio", "log-impl", "jpeg"] }
default = audio, mesh

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

mesh default = lyon
audio default = quad-snd
log-impl

Enables log-impl of miniquad ^0.3.13

miniquad:

Optional log-rs like macros implementation
disabled by default

jpeg

Enables jpeg of image ^0.22

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.

lyon mesh

Enables lyon ^0.17.5

quad-snd audio