Cargo Features
[dependencies]
ratatui-wgpu = { version = "0.2.1", 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
-
Enables webgl of wgpu ^24.0.1
wgpu:
Enables the GLES backend on WebAssembly only.
ratatui-wgpu has 4 features without comments.