Skip to content

Commit 8348a6a

Browse files
committed
Pixels 0.13
- Updates `pixels` to 0.13.
1 parent 7471b05 commit 8348a6a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Changed
66
- Updated `bevy` to 0.11.
7+
- Updated `pixels` to 0.12.
78
- Replaced `PixelsSet` with custom `Draw` and `Render` schedules defined in
89
`bevy_pixels::schedule`.
910

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ x11 = ["bevy/x11"]
2323

2424
[dependencies]
2525
bevy = { version = "0.11", default_features = false, features = ["bevy_winit"] }
26-
pixels = "0.12"
26+
pixels = "0.13"
2727

2828
[target.'cfg(target_arch = "wasm32")'.dependencies]
2929
pollster = "0.3"

0 commit comments

Comments
 (0)