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 default-features = false somewhere in the dependency tree.

ahash default

Enables ahash

png default

Enables png

web

Enables webgl of wgpu

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.