Cargo Features
[dependencies]
gameboy = { version = "0.1.5", default-features = false, features = ["ffi", "gl", "glutin", "icy_sixel", "image", "libc", "ratatui", "ratatui-image"] }
- default = gl, glutin, icy_sixel, image, libc, ratatui, ratatui-image
-
These default features are set whenever
gameboy
is added without
somewhere in the dependency tree.default-features = false - ffi
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.
- gl not wasm32 default
- glutin not wasm32 default
-
Enables glutin ^0.28.0
- icy_sixel not wasm32 default
- image not wasm32 default
- libc not wasm32 default
- ratatui not wasm32 default
- ratatui-image not wasm32 default