<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/examples/geometry/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>Add helper functions for alignment to `widget` module</title>
<updated>2025-01-24T14:55:24+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2025-01-24T14:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=f8337b8da7ff6bcf876b54d1c7dac460d2e03747'/>
<id>f8337b8da7ff6bcf876b54d1c7dac460d2e03747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix new `clippy` lints</title>
<updated>2024-12-02T18:56:27+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-12-02T18:53:16+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=602661372c921ef5079283ccd5f477c63977239f'/>
<id>602661372c921ef5079283ccd5f477c63977239f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ask for explicit `Length` in `center_*` methods</title>
<updated>2024-05-13T15:56:02+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-05-13T15:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=05f69f495e9b52e9a7d7bada420558d4c4f6730c'/>
<id>05f69f495e9b52e9a7d7bada420558d4c4f6730c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Decouple caching from layering and simplify everything</title>
<updated>2024-04-05T21:59:21+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-04-05T21:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=6d3e1d835e1688fbc58622a03a784ed25ed3f0e1'/>
<id>6d3e1d835e1688fbc58622a03a784ed25ed3f0e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Redesign `iced_wgpu` layering architecture</title>
<updated>2024-04-03T19:07:54+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-04-03T19:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=b05e61f5c8ae61c9f3c7cc08cded53901ebbccfd'/>
<id>b05e61f5c8ae61c9f3c7cc08cded53901ebbccfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement composable, type-safe renderer fallback</title>
<updated>2024-03-21T21:27:17+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-03-21T21:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=3645d34d6a1ba1247238e830e9eefd52d9e5b986'/>
<id>3645d34d6a1ba1247238e830e9eefd52d9e5b986</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>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>
</feed>
