Squashed from work; the fine-grained history is under tag archive/work-2026-08-29: - mp* wave: mpwm window manager + the mp app family, WM API, theme bridge, PDF engine fix - mpwm polish wave: terminal key focus, focus-history close order, pop-back-to-origin, occupied-workspace cycling, demo - work: land the sources the last commits reference - route: the assistant icon the committed UI references - fast_inflate: the benches name their dev-deps - gif/weezl: drop the vendored benches nobody can run - weezl: the decode tests generate their own LZW fixture
25 lines
400 B
TOML
25 lines
400 B
TOML
[package]
|
|
name = "makepad-fast-inflate"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Fast DEFLATE/zlib decompression ported from libdeflate"
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
flate2 = "1"
|
|
miniz_oxide = "0.8"
|
|
libdeflater = "1.25"
|
|
rand = "0.8"
|
|
|
|
[[bench]]
|
|
name = "decompress_bench"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "pack_bench"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "compress_bench"
|
|
harness = false
|