Cargo Features
[dependencies]
ratatui-wgpu = { version = "0.4.1", default-features = false, features = ["ahash", "png", "web"] }
- default = ahash, png
-
These default features are set whenever
ratatui-wgpuis added withoutsomewhere in the dependency tree.default-features = false - ahash default
- png default
-
Enables png ^0.17.14
- web
-
Enables webgl of wgpu ^26.0.1
wgpu:
Enables the GLES backend on WebAssembly only.
ratatui-wgpu has 4 features without comments.