From c532056061f35512bfff2e6ae400c0cfbf75baac Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Thu, 6 Jan 2022 02:14:37 -0800 Subject: [PATCH 1/2] N29: Pixels _Part of #888_ --- content/news/029/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/news/029/index.md b/content/news/029/index.md index ca75eeee8..ecbf0801a 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -75,6 +75,19 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library Updates +### [Pixels] 0.9.0 👾 + +[Pixels] is a tiny hardware-accelerated pixel frame buffer. It is popularly +used for emulators, software renderers, 2D pixel art games, and desktop +utilities. + +Version 0.9.0 brings a few breaking changes. Notably `wgpu` was updated to +0.12 and we now require Edition 2021. Full details are available in the +[release notes][pixels-changelog]. + +[pixels]: https://github.com/parasyte/pixels +[pixels-changelog]: https://github.com/parasyte/pixels/releases/tag/0.9.0 + ## Popular Workgroup Issues in Github From 4ac4178d6837fc5437803383a3072449459e74c8 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Thu, 6 Jan 2022 10:56:17 +0000 Subject: [PATCH 2/2] Update content/news/029/index.md --- content/news/029/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/029/index.md b/content/news/029/index.md index ecbf0801a..897d744c0 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -82,7 +82,7 @@ used for emulators, software renderers, 2D pixel art games, and desktop utilities. Version 0.9.0 brings a few breaking changes. Notably `wgpu` was updated to -0.12 and we now require Edition 2021. Full details are available in the +0.12 and it now requires Edition 2021. Full details are available in the [release notes][pixels-changelog]. [pixels]: https://github.com/parasyte/pixels