makepad/libs/gif/weezl/Cargo.toml
alanpoon 5416cdd25c
Added gif (#1083)
* added giphy

* added gif

* remove unnecessary file changes

* animated_image_git
2026-05-18 22:47:53 +02:00

18 lines
349 B
TOML

[package]
name = "weezl"
version = "0.1.12"
edition = "2018"
authors = ["The image-rs Developers"]
description = "Fast LZW compression and decompression."
license = "MIT OR Apache-2.0"
repository = "https://github.com/image-rs/weezl"
[features]
alloc = []
async = ["std"]
default = ["std"]
std = ["alloc"]
[lib]
name = "weezl"
path = "src/lib.rs"