<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/lazy/src/pure, 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>Replace stateful widgets with new `iced_pure` API</title>
<updated>2022-07-27T04:49:20+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-07-27T04:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=ff2519b1d43d481987351a83b6dd7237524c21f0'/>
<id>ff2519b1d43d481987351a83b6dd7237524c21f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `clippy` lints for all crates and features</title>
<updated>2022-07-09T16:43:05+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-07-09T16:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=2065a40f642589134142a740ff4198deaa4c378b'/>
<id>2065a40f642589134142a740ff4198deaa4c378b</id>
<content type='text'>
... and check those in CI as well!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and check those in CI as well!
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix further `clippy` lints</title>
<updated>2022-07-09T16:03:59+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-07-09T16:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=2f76a10a1d3617e414fb33c0c6cd5cb7782197ad'/>
<id>2f76a10a1d3617e414fb33c0c6cd5cb7782197ad</id>
<content type='text'>
... and explicitly annotate crates as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and explicitly annotate crates as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into theming</title>
<updated>2022-07-08T17:31:45+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-07-08T17:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=fa55dff61db47197a961152285c6a6abfab0b217'/>
<id>fa55dff61db47197a961152285c6a6abfab0b217</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `Widget::tag` implementation of `pure::Canvas`</title>
<updated>2022-07-01T01:37:28+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-07-01T01:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=9330a83775991539e2d0b395b1422072b4baec21'/>
<id>9330a83775991539e2d0b395b1422072b4baec21</id>
<content type='text'>
Using `P::State` can cause a panic if the `Canvas` has `()` as
`P::State` and replaces a stateless widget in a future `view` call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using `P::State` can cause a panic if the `Canvas` has `()` as
`P::State` and replaces a stateless widget in a future `view` call.
</pre>
</div>
</content>
</entry>
<entry>
<title>Draft first-class `Theme` support</title>
<updated>2022-05-13T23:56:32+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-05-13T23:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=664251f3f5c7b76f69a97683af1468094bba887f'/>
<id>664251f3f5c7b76f69a97683af1468094bba887f</id>
<content type='text'>
RFC: https://github.com/iced-rs/rfcs/pull/6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC: https://github.com/iced-rs/rfcs/pull/6
</pre>
</div>
</content>
</entry>
<entry>
<title>remove rebuild of component overlay from `on_event`</title>
<updated>2022-05-13T19:38:16+00:00</updated>
<author>
<name>Nick Senger</name>
<email>nicks@lich.io</email>
</author>
<published>2022-05-13T19:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=ea389ac34c5a4929b7369da0f163ab6ae07bc000'/>
<id>ea389ac34c5a4929b7369da0f163ab6ae07bc000</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fix: prevent building overlay with stale layout"</title>
<updated>2022-05-13T16:45:03+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-05-13T16:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=4c98de0a53b9a59a3a03cee0c5d7ce34ac434067'/>
<id>4c98de0a53b9a59a3a03cee0c5d7ce34ac434067</id>
<content type='text'>
This reverts commit 3be8f6e98990f7e8a3af11400bbecaecddda336c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 3be8f6e98990f7e8a3af11400bbecaecddda336c.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: prevent building overlay with stale layout</title>
<updated>2022-05-11T00:23:30+00:00</updated>
<author>
<name>Nick Senger</name>
<email>nicks@lich.io</email>
</author>
<published>2022-05-11T00:18:08+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=3be8f6e98990f7e8a3af11400bbecaecddda336c'/>
<id>3be8f6e98990f7e8a3af11400bbecaecddda336c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: panic when using pure component in pure responsive</title>
<updated>2022-04-25T23:40:34+00:00</updated>
<author>
<name>Nick Senger</name>
<email>nicks@lich.io</email>
</author>
<published>2022-04-25T23:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=7b539479cfbe06d2495a9904ed2eeb0536a32f1c'/>
<id>7b539479cfbe06d2495a9904ed2eeb0536a32f1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
