mapeditor / rs-tiled

Reads files from the Tiled editor into Rust
https://crates.io/crates/tiled
MIT License
268 stars 102 forks source link

replace libflate with flate2 #281

Closed quininer closed 11 months ago

quininer commented 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.

This reduces dependency duplicated by other crates and has performance benefits.

aleokdev commented 11 months ago

Could you please update CHANGELOG.md as well?

quininer commented 11 months ago

I updated the changelog and version.