File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,10 @@ The core of the library was implemented during May in [this pull request], using
151
151
[ ` stretch ` ] for flexbox-based layouting. It was later released as the main
152
152
feature of [ Coffee 0.3.0] .
153
153
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!
156
158
157
159
As an interesting note, Iced does not rely on reference counting and interior
158
160
mutability. There is not a single ` Rc ` , ` RefCell ` , or similar used
@@ -163,6 +165,7 @@ a distance!
163
165
[ this pull request ] : https://github.com/hecrj/coffee/pull/35
164
166
[ `stretch` ] : https://github.com/vislyhq/stretch
165
167
[ 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
166
169
167
170
## Contributing / Feedback
168
171
If you want to contribute, you are more than welcome to be a part of the
You can’t perform that action at this time.
0 commit comments