Closed quininer closed 11 months ago
Initially rs-tiled used flate2 but switched to libflate because flate2 didn't support wasm https://github.com/mapeditor/rs-tiled/issues/47 , but flate2 has been supporting wasm via miniz_oxide for a while now https://github.com/rust-lang/flate2-rs/issues/161.
rs-tiled
flate2
libflate
miniz_oxide
This reduces dependency duplicated by other crates and has performance benefits.
Could you please update CHANGELOG.md as well?
CHANGELOG.md
I updated the changelog and version.
Initially
rs-tiled
usedflate2
but switched tolibflate
becauseflate2
didn't support wasm https://github.com/mapeditor/rs-tiled/issues/47 , butflate2
has been supporting wasm viaminiz_oxide
for a while now https://github.com/rust-lang/flate2-rs/issues/161.This reduces dependency duplicated by other crates and has performance benefits.