<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/examples/events/src, 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>Update all `examples` to Rust 2024</title>
<updated>2025-02-21T00:37:14+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-02-21T00:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=91af1c5ed65d75d9da62d29254460b5ed79f96eb'/>
<id>91af1c5ed65d75d9da62d29254460b5ed79f96eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert `window::close` producing a `window::Id`</title>
<updated>2024-08-12T03:50:22+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-08-12T03:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=8b45d620d048c33febbead4480d9ef62f196c9e1'/>
<id>8b45d620d048c33febbead4480d9ef62f196c9e1</id>
<content type='text'>
Instead, subscribing to `window::close_events` is
preferable; since most use cases will want to react
to the user closing a window as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead, subscribing to `window::close_events` is
preferable; since most use cases will want to react
to the user closing a window as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `window::close` return and introduce `Task::discard`</title>
<updated>2024-08-12T03:12:42+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-08-12T03:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=01aa84e41afa556fd4e82ef11f2f55cf443ef1aa'/>
<id>01aa84e41afa556fd4e82ef11f2f55cf443ef1aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-export variants of `Length` and `alignment` types</title>
<updated>2024-07-12T16:12:34+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-07-12T16:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=76737351ea9e116291112b7d576d9ed4f6bb5c2a'/>
<id>76737351ea9e116291112b7d576d9ed4f6bb5c2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce helper methods for alignment for all widgets</title>
<updated>2024-07-12T13:14:43+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-07-12T13:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=f9dd5cbb099bbe44a57b6369be54a442363b7a8d'/>
<id>f9dd5cbb099bbe44a57b6369be54a442363b7a8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `window::Id::MAIN` constant</title>
<updated>2024-06-19T23:13:42+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-06-19T23:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=c5f4bebeda8d6ef10efade7933a5ee58f06b62d1'/>
<id>c5f4bebeda8d6ef10efade7933a5ee58f06b62d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `daemon` API and unify shell runtimes</title>
<updated>2024-06-18T23:53:40+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-06-18T23:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=341c9a3c12aa9d327ef1d8f168ea0adb9b5ad10b'/>
<id>341c9a3c12aa9d327ef1d8f168ea0adb9b5ad10b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace `Command` with a new `Task` API with chain support</title>
<updated>2024-06-13T23:47:39+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-06-13T23:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=a25b1af45690bdd8e1cbb20ee3a5b1c4342de455'/>
<id>a25b1af45690bdd8e1cbb20ee3a5b1c4342de455</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `window::Id` to `Event` subscriptions</title>
<updated>2024-06-10T20:03:46+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-06-04T21:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=e400f972c1fe6fa4f70f8cfe559ded680e6cf740'/>
<id>e400f972c1fe6fa4f70f8cfe559ded680e6cf740</id>
<content type='text'>
And remove `window::Id` from `Event` altogether.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And remove `window::Id` from `Event` altogether.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feat/text-macro</title>
<updated>2024-05-23T11:29:45+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2024-05-23T11:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=d8ba6b0673a33724a177f3a1ba59705527280142'/>
<id>d8ba6b0673a33724a177f3a1ba59705527280142</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
