@@ -338,6 +338,40 @@ most of the updated [WebGPU samples][wgpu-samples].
338338[ gpu-descriptor ] : https://github.com/zakarumych/gpu-descriptor
339339[ wgpu-samples ] : https://austineng.github.io/webgpu-samples
340340
341+ ### [ Iced] v0.2
342+ ![ Iced - Game of Life example] ( iced-game-of-life.gif )
343+ _ The new [ Game of Life example] , made with Iced_
344+
345+ Iced is an experimental cross-platform GUI library focused on simplicity and
346+ type-safety. Inspired by [ Elm] .
347+
348+ [ A new minor version] was released this month containing a bunch of
349+ improvements:
350+
351+ - An OpenGL renderer powered by [ ` glow ` ] and [ ` glutin ` ] . It is an alternative to
352+ the default [ ` wgpu ` ] renderer.
353+ - A trait-based approach to react to mouse and keyboard interactions in the
354+ ` Canvas ` widget.
355+ - Basic overlay support, allowing the superposition of interactive widgets on
356+ top of other widgets.
357+ - A drop-down selector widget built on top of the overlay support.
358+ - A widget that displays a QR code, powered by [ ` qrcode ` ] .
359+ - Additional internal enhancements, like event capturing and a faster event
360+ loop.
361+
362+ _ Discussions:
363+ [ /r/rust] ( https://www.reddit.com/r/rust/comments/k1hkxq/iced_a_crossplatform_gui_library_new_release/ ) _
364+
365+
366+ [ A new minor version ] : https://github.com/hecrj/iced/pull/637
367+ [ Iced ] : https://github.com/hecrj/iced
368+ [ Game of Life example ] : https://github.com/hecrj/iced/tree/0.2/examples/game_of_life
369+ [ Elm ] : https://elm-lang.org
370+ [ `glow` ] : https://github.com/grovesNL/glow
371+ [ `glutin` ] : https://github.com/rust-windowing/glutin
372+ [ `qrcode` ] : https://github.com/kennytm/qrcode-rust
373+ [ `wgpu` ] : https://github.com/gfx-rs/wgpu-rs
374+
341375### [ KAS] v0.6 and [ KAS-text] v0.2
342376
343377![ KAS markdown] ( kas-markdown.png )
0 commit comments