<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/examples/url_handler, 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>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>Introduce `subscription::Event`</title>
<updated>2024-06-11T17:41:05+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-06-11T17:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=5d7dcf417c694853a606b8fb0a47a580277fc9c0'/>
<id>5d7dcf417c694853a606b8fb0a47a580277fc9c0</id>
<content type='text'>
... and remove `PlatformSpecific` from `Event`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and remove `PlatformSpecific` from `Event`
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `center` widget helper</title>
<updated>2024-05-03T07:11:46+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-05-03T07:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=15057a05c118dafcb8cf90d4119e66caaa6026c5'/>
<id>15057a05c118dafcb8cf90d4119e66caaa6026c5</id>
<content type='text'>
... and also make `center_x` and `center_y` set
`width` and `height` to `Length::Fill`, respectively.

This targets the most common use case when centering
things and removes a bunch of boilerplate as a result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and also make `center_x` and `center_y` set
`width` and `height` to `Length::Fill`, respectively.

This targets the most common use case when centering
things and removes a bunch of boilerplate as a result.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `Program` to `application` module</title>
<updated>2024-03-17T13:19:12+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-03-17T13:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=54f44754eb216d4b2c08cd2a7c3582f1dc295205'/>
<id>54f44754eb216d4b2c08cd2a7c3582f1dc295205</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `sandbox` by making `application` more generic :tada:</title>
<updated>2024-03-16T18:14:13+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-03-16T18:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=28a27f08edccd53e06ad693e63b0a62dae921da5'/>
<id>28a27f08edccd53e06ad693e63b0a62dae921da5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `sandbox` helper take a `title` as well</title>
<updated>2024-03-16T15:12:07+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-03-16T15:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=bb71e8481ed59f991b9bd9dc55ea7e011ba0aac6'/>
<id>bb71e8481ed59f991b9bd9dc55ea7e011ba0aac6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `Program` API</title>
<updated>2024-03-16T04:33:47+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-03-16T04:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=c22269bff3085012d326a0df77bf27ad5bcb41b7'/>
<id>c22269bff3085012d326a0df77bf27ad5bcb41b7</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 #2069 from iced-rs/use-workspace-dependencies</title>
<updated>2023-09-07T01:30:35+00:00</updated>
<author>
<name>Héctor Ramón</name>
<email>hector0193@gmail.com</email>
</author>
<published>2023-09-07T01:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=d1822ad8116604590b7e9be51fc0aea4292a0760'/>
<id>d1822ad8116604590b7e9be51fc0aea4292a0760</id>
<content type='text'>
Use workspace dependencies and package inheritance</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use workspace dependencies and package inheritance</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `keyboard::on_key_press` and `on_key_release`</title>
<updated>2023-09-07T00:45:15+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2023-09-07T00:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=08a031cbe5913c249efa7fc82556d5d95f981c4c'/>
<id>08a031cbe5913c249efa7fc82556d5d95f981c4c</id>
<content type='text'>
Also rename `subscription::events*` to `event::listen*`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename `subscription::events*` to `event::listen*`.
</pre>
</div>
</content>
</entry>
</feed>
