Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Sep 5, 2019
1 parent 60317ce commit f9bfe43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,10 @@ The core of the library was implemented during May in [this pull request], using
[`stretch`] for flexbox-based layouting. It was later released as the main
feature of [Coffee 0.3.0].

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

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

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

0 comments on commit f9bfe43

Please sign in to comment.