mapeditor / rs-tiled

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

Enforce ResourceReader errors to be Send + Sync #206

Closed aleokdev closed 2 years ago

aleokdev commented 2 years ago

This makes ResourceReader errors closer to anyhow's, which allows Tiled errors to be converted into theirs.