<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/graphics/src/widget/canvas, branch master</title>
<subtitle>A cross-platform GUI library for Rust, inspired by Elm</subtitle>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/'/>
<entry>
<title>Implement `Canvas` support for `iced_tiny_skia`</title>
<updated>2023-03-01T20:34:26+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2023-03-01T20:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=5fd5d1cdf8e5354788dc40729c4565ef377d3bba'/>
<id>5fd5d1cdf8e5354788dc40729c4565ef377d3bba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Overhaul `Font` type to allow font family selection</title>
<updated>2023-02-24T12:28:24+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2023-02-04T06:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=b29de28d1f0f608f8029c93d154cfd1b0f8b8cbb'/>
<id>b29de28d1f0f608f8029c93d154cfd1b0f8b8cbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept FnOnce instead of Fn in canvas cache draw</title>
<updated>2023-02-06T16:05:07+00:00</updated>
<author>
<name>sushigiri</name>
<email>117967760+sushigiri@users.noreply.github.com</email>
</author>
<published>2023-02-06T16:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=c7d8467c46e519b28f8f630061e7d55fb3cd3f8b'/>
<id>c7d8467c46e519b28f8f630061e7d55fb3cd3f8b</id>
<content type='text'>
Use FnOnce in `draw` function signature instead of `Fn`, permitting the
use of iterators and other one-time functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use FnOnce in `draw` function signature instead of `Fn`, permitting the
use of iterators and other one-time functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement `From` traits for `Style` in `canvas`</title>
<updated>2022-11-28T18:31:26+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-11-28T18:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=94988bb8f25efb93ee1616e4c827b6f740da8fa5'/>
<id>94988bb8f25efb93ee1616e4c827b6f740da8fa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Group all solid triangles independently of color</title>
<updated>2022-11-16T08:24:16+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-11-13T23:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=33c3c0c0aa774bb7462e3c42aa04c591a66376a7'/>
<id>33c3c0c0aa774bb7462e3c42aa04c591a66376a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added conditional configurations for WASM target for gradients &amp; storage buffers, since storage buffers are not supported on wgpu WASM target at the moment.</title>
<updated>2022-11-10T23:25:54+00:00</updated>
<author>
<name>bungoboingo</name>
<email>shankern@protonmail.com</email>
</author>
<published>2022-11-10T22:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=365f37a3ae10e7aff407b84050f77da10820866e'/>
<id>365f37a3ae10e7aff407b84050f77da10820866e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken documentation links</title>
<updated>2022-11-09T23:10:53+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-11-09T23:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=1480ab20306e463b69b2229dcd5e81d4c66b2a64'/>
<id>1480ab20306e463b69b2229dcd5e81d4c66b2a64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary `pub(crate)` in `widget::canvas::frame`</title>
<updated>2022-11-03T05:05:06+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-11-03T05:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=68cddd64687b8df63306631c062048d6d2fffbd1'/>
<id>68cddd64687b8df63306631c062048d6d2fffbd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor imports of `widget::canvas::frame` in `iced_graphics`</title>
<updated>2022-11-03T05:01:34+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-11-03T05:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=4ef778aff3aaba7e7732fb395c034382a4a475a2'/>
<id>4ef778aff3aaba7e7732fb395c034382a4a475a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`</title>
<updated>2022-11-03T04:50:53+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-11-03T04:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=84d1b79fefc88534835fdfbe79bc0eb3b43627cf'/>
<id>84d1b79fefc88534835fdfbe79bc0eb3b43627cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
