Cargo Features

[dependencies]
ratatui-wgpu = { version = "0.1.4", default-features = false, features = ["ahash", "colr_v1", "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

colr_v1

This feature is deprecated and will be removed. It currently does nothing.

png default

Enables png

web

Enables webgl of wgpu ^22.1.0

wgpu:

Enables the GLES backend on Wasm

* ⚠️ WIP: Currently will also enable GLES dependencies on any other targets.