<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iced/runtime/src/command, 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 `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>Organize imports in `runtime::command::action`</title>
<updated>2024-02-03T14:12:07+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-02-03T14:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=ece50a1a954baabcd80762e56396906eac6cb975'/>
<id>ece50a1a954baabcd80762e56396906eac6cb975</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `PlateformSpecific` variant in `Action` to `Custom`</title>
<updated>2024-02-03T14:10:45+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2024-02-03T14:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=26569069038d60c05e935c45d34cc5c8099c798f'/>
<id>26569069038d60c05e935c45d34cc5c8099c798f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: somewhere to place extra actions by platform</title>
<updated>2024-02-03T13:54:59+00:00</updated>
<author>
<name>ShootingStarDragons</name>
<email>ShootingStarDragons@protonmail.com</email>
</author>
<published>2023-11-24T08:08:03+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=6e97595d953811fe3f5877e13022c3b5d3b070a6'/>
<id>6e97595d953811fe3f5877e13022c3b5d3b070a6</id>
<content type='text'>
I have view iced-sckt forked iced, and add the extra actions. and there
do are some extra actions, like set margin for layer-shell, set lock for
ext-session-shell. I think add an any will be of help maybe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have view iced-sckt forked iced, and add the extra actions. and there
do are some extra actions, like set margin for layer-shell, set lock for
ext-session-shell. I think add an any will be of help maybe
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `AtomicU64` for `window::Id`</title>
<updated>2023-12-02T19:41:58+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2023-12-02T19:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=ea42af766f345715ff7a7168182d3896ee79cfbc'/>
<id>ea42af766f345715ff7a7168182d3896ee79cfbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feat/multi-window-support</title>
<updated>2023-11-29T21:28:31+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2023-11-29T21:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=e09b4e24dda51b8212d8ece52431dacaa3922a7b'/>
<id>e09b4e24dda51b8212d8ece52431dacaa3922a7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement `Command::run` for executing a `Stream` to completion</title>
<updated>2023-11-28T23:12:48+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector@hecrj.dev</email>
</author>
<published>2023-11-28T23:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=3b7d479534d9114ed12bb5d9ccd910e85d5c13c7'/>
<id>3b7d479534d9114ed12bb5d9ccd910e85d5c13c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into feat/multi-window-support</title>
<updated>2023-07-12T19:23:18+00:00</updated>
<author>
<name>Bingus</name>
<email>shankern@protonmail.com</email>
</author>
<published>2023-07-12T19:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=633f405f3f78bc7f82d2b2061491b0e011137451'/>
<id>633f405f3f78bc7f82d2b2061491b0e011137451</id>
<content type='text'>
# Conflicts:
#	Cargo.toml
#	core/src/window/icon.rs
#	core/src/window/id.rs
#	core/src/window/position.rs
#	core/src/window/settings.rs
#	examples/integration/src/main.rs
#	examples/integration_opengl/src/main.rs
#	glutin/src/application.rs
#	native/src/subscription.rs
#	native/src/window.rs
#	runtime/src/window/action.rs
#	src/lib.rs
#	src/window.rs
#	winit/Cargo.toml
#	winit/src/application.rs
#	winit/src/icon.rs
#	winit/src/settings.rs
#	winit/src/window.rs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	Cargo.toml
#	core/src/window/icon.rs
#	core/src/window/id.rs
#	core/src/window/position.rs
#	core/src/window/settings.rs
#	examples/integration/src/main.rs
#	examples/integration_opengl/src/main.rs
#	glutin/src/application.rs
#	native/src/subscription.rs
#	native/src/window.rs
#	runtime/src/window/action.rs
#	src/lib.rs
#	src/window.rs
#	winit/Cargo.toml
#	winit/src/application.rs
#	winit/src/icon.rs
#	winit/src/settings.rs
#	winit/src/window.rs
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `iced_native` to `iced_runtime`</title>
<updated>2023-03-05T05:35:20+00:00</updated>
<author>
<name>Héctor Ramón Jiménez</name>
<email>hector0193@gmail.com</email>
</author>
<published>2023-03-05T05:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://bunny.garden/forks/iced/commit/?id=99e0a71504456976ba88040f5d1d3bbc347694ea'/>
<id>99e0a71504456976ba88040f5d1d3bbc347694ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
