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

ahash default

Enables ahash, ahash of evictor

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.