Skip to content

Commit

Permalink
refactor: remove z-ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Jul 20, 2024
1 parent 4d8f874 commit a01be94
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 965 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe

## Unreleased

### Removed

- Removed `ZFunction`s from the render pipeline. Now ordering is based solely on the `Transform`'s z component. If you dependeded on this behavior, you'll need to adjust the transform Z in a system prior to render.

## 0.5.1

### Fixed
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ members = [
"examples/demo",
"examples/drag_n_drop",
"examples/text",
"examples/z_ordering",
"examples/scene",
"examples/svg",
"examples/lottie",
Expand Down
12 changes: 0 additions & 12 deletions examples/z_ordering/Cargo.toml

This file was deleted.

91 changes: 0 additions & 91 deletions examples/z_ordering/src/assets/fonts/LICENSE

This file was deleted.

Binary file not shown.
Loading

0 comments on commit a01be94

Please sign in to comment.