Skip to content
Snippets Groups Projects
Unverified Commit 9c7082b9 authored by Alejandro Perea's avatar Alejandro Perea Committed by GitHub
Browse files

Update zstd, add deps badge (#213)

parent 317b1358
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `TileLayer::width` & `TileLayer::height` for ergonomic access of width/height. - `TileLayer::width` & `TileLayer::height` for ergonomic access of width/height.
- `FiniteTileLayerData::get_tile_data`, `InfiniteTileLayerData::get_tile_data`. - `FiniteTileLayerData::get_tile_data`, `InfiniteTileLayerData::get_tile_data`.
### Changed
- Update `zstd` to `0.11.0`.
## [0.10.1] ## [0.10.1]
### Added ### Added
- `Loader` type for loading map and tileset files without having to necessarily mention the cache - `Loader` type for loading map and tileset files without having to necessarily mention the cache
......
...@@ -30,7 +30,7 @@ path = "examples/sfml/main.rs" ...@@ -30,7 +30,7 @@ path = "examples/sfml/main.rs"
base64 = "0.13.0" base64 = "0.13.0"
xml-rs = "0.8.4" xml-rs = "0.8.4"
libflate = "1.1.2" libflate = "1.1.2"
zstd = { version = "0.10.0", optional = true } zstd = { version = "0.11.0", optional = true }
[dev-dependencies.sfml] [dev-dependencies.sfml]
version = "0.16" version = "0.16"
......
...@@ -5,6 +5,7 @@ tiled = "0.10.1" ...@@ -5,6 +5,7 @@ tiled = "0.10.1"
[![Rust](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml/badge.svg)](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml) [![Rust](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml/badge.svg)](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml)
[![Crates.io](https://img.shields.io/crates/v/tiled.svg)](https://crates.io/crates/tiled) [![Crates.io](https://img.shields.io/crates/v/tiled.svg)](https://crates.io/crates/tiled)
[![dependency status](https://deps.rs/crate/tiled/0.10.1/status.svg)](https://deps.rs/crate/tiled/0.10.1)
A crate for reading TMX (map) and TSX (tileset) files from the [Tiled Map Editor](http://www.mapeditor.org/) into Rust. A crate for reading TMX (map) and TSX (tileset) files from the [Tiled Map Editor](http://www.mapeditor.org/) into Rust.
It provides a huge set of features as well as a strong wrapper over internal features such as GIDs. It provides a huge set of features as well as a strong wrapper over internal features such as GIDs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment