Skip to content

Commit f9bfe43

Browse files
committed
Update README
1 parent 60317ce commit f9bfe43

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,10 @@ The core of the library was implemented during May in [this pull request], using
151151
[`stretch`] for flexbox-based layouting. It was later released as the main
152152
feature of [Coffee 0.3.0].
153153

154-
After release, different folks asked if the GUI could be split into a standalone
155-
crate, and well... Iced is here!
154+
After release, different folks suggested me to split the new [`ui` module] into
155+
its own standalone crate, as it could potentially benefit other engines and
156+
applications. I thought it was a great idea, and after a bit of work... Iced is
157+
here!
156158

157159
As an interesting note, Iced does not rely on reference counting and interior
158160
mutability. There is not a single `Rc`, `RefCell`, or similar used
@@ -163,6 +165,7 @@ a distance!
163165
[this pull request]: https://github.com/hecrj/coffee/pull/35
164166
[`stretch`]: https://github.com/vislyhq/stretch
165167
[Coffee 0.3.0]: https://github.com/hecrj/coffee/releases/tag/0.3.0
168+
[`ui` module]: https://docs.rs/coffee/0.3.2/coffee/ui/index.html
166169

167170
## Contributing / Feedback
168171
If you want to contribute, you are more than welcome to be a part of the

0 commit comments

Comments
 (0)