benjajaja / ratatui-image

Ratatui widget for rendering image graphics in terminals that support it
https://crates.io/crates/ratatui-image
MIT License
96 stars 14 forks source link

cargo.toml: allow disabling image features #16

Closed Riolku closed 7 months ago

Riolku commented 7 months ago

image/jpeg is the only image feature that is required to build the crate. By default, we enable image/default, AKA image's default features. By disabling the default features of ratatui-image, we can selectively enable image formats, which saves compiling around 30 crates.

Riolku commented 7 months ago

Closes #13.

benjajaja commented 7 months ago

published v0.8.0