Skip to content

chore(deps): bump tiled from 0.15.0 to 0.16.0#826

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tiled-0.16.0
Open

chore(deps): bump tiled from 0.15.0 to 0.16.0#826
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tiled-0.16.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps tiled from 0.15.0 to 0.16.0.

Release notes

Sourced from tiled's releases.

v0.16.0

Completes support for all TMX format changes up to Tiled 1.12, including the oblique orientation, list properties, layer blend modes, capsule objects and various older attributes that were still missing. Also switches the XML parser to quick-xml for a significant speedup, and raises the Rust edition to 2024 (MSRV 1.85).

Note for contributors: the repository has moved to a single-branch workflow; development now happens on main, and the current/next branches are gone.

What's Changed

Full Changelog: mapeditor/rs-tiled@v0.15.1...v0.16.0

v0.15.1

A patch release that fixes a compile error with the world feature and improves the examples.

What's Changed

New Contributors

Full Changelog: mapeditor/rs-tiled@v0.15.0...v0.15.1

Changelog

Sourced from tiled's changelog.

[0.16.0]

Added

  • Added the Oblique variant to the Orientation enum, which is a breaking change for code that matches on it exhaustively.
  • Added Map skew_x and skew_y fields parsed from TMX skewx/skewy.
  • Added support for list properties via PropertyValue::ListValue. (#338, #340, #341)
  • Added Tileset tile_render_size, fill_mode and object_alignment fields parsed from the TMX tilerendersize, fillmode and objectalignment attributes.
  • Added the Capsule variant to the ObjectShape enum, which is a breaking change for code that matches on it exhaustively.
  • Added LayerData blend_mode field parsed from the TMX mode attribute.
  • Added ObjectData opacity field parsed from the TMX opacity attribute.
  • Added Map render_order, parallax_origin_x and parallax_origin_y fields parsed from the TMX renderorder, parallaxoriginx and parallaxoriginy attributes.
  • Added ObjectLayerData draw_order field parsed from the TMX draworder attribute.
  • Added Tileset transformations field parsed from the TMX transformations element.
  • Added WangSet and WangColor user_type fields parsed from the TMX class attribute.

Changed

  • Switched from xml-rs to quick-xml to speed up XML parsing.
  • The user_type fields on Map, Tileset, LayerData and TileData changed from Option<String> to String, which is empty when the class attribute is not set. This matches ObjectData as well as Tiled itself.
  • Raised the Rust edition to 2024, which implies a minimum supported Rust version of 1.85. (#332)

Deprecated

  • The values of ObjectShape::Point, since they merely duplicate the object's x and y members. Match the variant with ObjectShape::Point(..) to avoid the deprecation warnings. (#329)

[0.15.1]

Changed

  • The GGEZ example now handles tile rotation and mirroring. (#328)
  • The SFML and GGEZ examples are now behind the example-sfml and example-ggez features, so tests can run without their dependencies. (#337)

Fixed

  • Fixed a compile error when the world feature is enabled, but serde's derive feature isn't separately enabled by the dependent crate or another dependency. (#339)
Commits
  • d0f407c Update version to 0.16.0 (#349)
  • 80554db Merge pull request #348 from mapeditor/next
  • c1ea772 Run CI on the main branch
  • 23a5f3e Raise edition to 2024 and fix clippy lints (#347)
  • d25e04d Deprecate the values of ObjectShape::Point (#346)
  • 8f64cc8 Unify user_type fields on a plain String (#345)
  • ffd79de Add render order, draw order, tileset transformations, parallax origin and Wa...
  • 76e0814 Add layer blend mode, capsule shape and object opacity (#343)
  • 0f512c6 Add tileset tile render size, fill mode and object alignment (#342)
  • 2b865bf Add support for list properties (#341)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tiled](https://github.com/mapeditor/rs-tiled) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/mapeditor/rs-tiled/releases)
- [Changelog](https://github.com/mapeditor/rs-tiled/blob/main/CHANGELOG.md)
- [Commits](mapeditor/rs-tiled@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: tiled
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: aramhammoudeh. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the rust label Jul 13, 2026
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants