<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/examples/pure/counter, 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>Export widget modules in `iced_pure`</title>
<updated>2022-03-16T10:37:19+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-03-16T10:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=d7100fd2597da82d97eaf196d50573ea64f3f8ff'/>
<id>d7100fd2597da82d97eaf196d50573ea64f3f8ff</id>
<content type='text'>
... and fix collisions with the new `helpers`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and fix collisions with the new `helpers`
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous files from `pure` examples</title>
<updated>2022-03-08T15:08:38+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-03-08T15:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=7d9ab71790ba0395681490f3af4d3899bb09ab09'/>
<id>7d9ab71790ba0395681490f3af4d3899bb09ab09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reuse `Text` widget from `iced_native` in `iced_pure`</title>
<updated>2022-02-12T07:22:17+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-02-12T07:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=dee3dba632709f57b5573dbe28827ad481287648'/>
<id>dee3dba632709f57b5573dbe28827ad481287648</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose function helpers to build widgets in `pure::widget`</title>
<updated>2022-02-11T11:42:15+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-02-11T11:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=43a7ad72ef070929278e6d03d98077ac267fe2a6'/>
<id>43a7ad72ef070929278e6d03d98077ac267fe2a6</id>
<content type='text'>
`button("Hello")` is easier to write and read than
`Button::new("Hello")`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`button("Hello")` is easier to write and read than
`Button::new("Hello")`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose `iced_pure` through a `pure` feature in `iced`</title>
<updated>2022-02-11T10:51:33+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-02-11T10:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=66d69b5c9a183091e05e82bbe21b3203f75c1b18'/>
<id>66d69b5c9a183091e05e82bbe21b3203f75c1b18</id>
<content type='text'>
Besides exposing the `iced_pure` crate, enabling the `pure` feature also
provides pure versions of both the `Application` and `Sandbox` traits!
:tada:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Besides exposing the `iced_pure` crate, enabling the `pure` feature also
provides pure versions of both the `Application` and `Sandbox` traits!
:tada:
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `iced_virtual` to `iced_pure`</title>
<updated>2022-02-11T10:50:12+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2022-02-11T10:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=897188317b5875cc00a0f1c797790df8ac13687f'/>
<id>897188317b5875cc00a0f1c797790df8ac13687f</id>
<content type='text'>
`virtual` is a reserved keyword in Rust :grimacing:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`virtual` is a reserved keyword in Rust :grimacing:
</pre>
</div>
</content>
</entry>
</feed>
