<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/graphics/src/widget/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>Remove `pure` leftovers in `iced_graphics`</title>
<updated>2022-07-27T05:21:15+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-07-27T05:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=375386faa9b9c85ebe8ec8dc6042ea5a6c555d8a'/>
<id>375386faa9b9c85ebe8ec8dc6042ea5a6c555d8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Merge pull request #1379 from PolyMeilex/fix/clippy</title>
<updated>2022-07-09T17:03:40+00:00</updated>
<author>
<name>Héctor Ramón</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-07-09T17:03:40+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=9051dd6977d045f991092e247e6bd9da40d2e793'/>
<id>9051dd6977d045f991092e247e6bd9da40d2e793</id>
<content type='text'>
Address Clippy lints</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Address Clippy lints</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 doc example in `pure::canvas::Program`</title>
<updated>2022-07-09T15:03:47+00:00</updated>
<author>
<name>Héctor Ramón</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-07-09T11:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=fb1e391d06fba0dc6137decb8e6914758af10976'/>
<id>fb1e391d06fba0dc6137decb8e6914758af10976</id>
<content type='text'>
The `widget` module was missing.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `widget` module was missing.</pre>
</div>
</content>
</entry>
<entry>
<title>Update import path in pure canvas example</title>
<updated>2022-07-09T15:03:42+00:00</updated>
<author>
<name>Zoron</name>
<email>zoronlivingston@gmail.com</email>
</author>
<published>2022-06-30T04:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=d4bf49c84c84fd311cad849865b952e5d83c4456'/>
<id>d4bf49c84c84fd311cad849865b952e5d83c4456</id>
<content type='text'>
In current version, `iced::pure::canvas` would be unresolved.
It should be `iced::pure::widget::canvas`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In current version, `iced::pure::canvas` would be unresolved.
It should be `iced::pure::widget::canvas`.
</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>Implement theme styling for `Canvas`</title>
<updated>2022-06-07T03:24:43+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-06-07T03:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=fc13bb3d65c85cfad9f231c0776d3a45f4fbf480'/>
<id>fc13bb3d65c85cfad9f231c0776d3a45f4fbf480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
