Skip to content

Commit 0171caa

Browse files
N29: Pixels (#894)
Co-authored-by: Joe Clay <[email protected]>
1 parent 8d4d2dc commit 0171caa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/news/029/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,19 @@ Entry point vert_main at Vertex is invalid:
177177
[gfx-rs blog]: https://gfx-rs.github.io/2021/12/25/this-year.html
178178
[wgpu reddit discussion]: https://www.reddit.com/r/rust_gamedev/comments/rjci2n/wgpu012_is_released/
179179

180+
### [Pixels] 0.9.0 👾
181+
182+
[Pixels] is a tiny hardware-accelerated pixel frame buffer. It is popularly
183+
used for emulators, software renderers, 2D pixel art games, and desktop
184+
utilities.
185+
186+
Version 0.9.0 brings a few breaking changes. Notably `wgpu` was updated to
187+
0.12 and it now requires Edition 2021. Full details are available in the
188+
[release notes][pixels-changelog].
189+
190+
[pixels]: https://github.com/parasyte/pixels
191+
[pixels-changelog]: https://github.com/parasyte/pixels/releases/tag/0.9.0
192+
180193
## Popular Workgroup Issues in Github
181194

182195
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)