Cargo Features
[dependencies]
ratatui-wgpu = { version = "0.2.0", default-features = false, features = ["ahash", "png", "web"] }
- default = ahash, png
-
These default features are set whenever
ratatui-wgpu
is added without
somewhere in the dependency tree.default-features = false - ahash default
-
Enables ahash
- png default
-
Enables png
- web
-
wgpu:
Enables the GLES backend on Wasm
* ⚠️ WIP: Currently will also enable GLES dependencies on any other targets.
ratatui-wgpu has 4 features without comments.