diff --git a/README.md b/README.md index 033d6ad498..1a06bd55d0 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ the Rust community is working on a variety of different libraries with different goals, so here are some of Druid's non-goals and possible alternatives that can offer those capabilities: -- Use the the platform-native widgets or mimic them. ([Relm]) +- Use the the platform-native widgets or mimic them. ([Relm], [SixtyFPS]) - Embed easily into custom render pipelines. ([Conrod]) - Adhere to a specific architectural style such as Elm. ([Iced], [Relm]) - Support rendering to HTML when targeting the web. ([Iced], [Moxie]) @@ -323,3 +323,4 @@ active and friendly community. [Conrod]: https://github.com/PistonDevelopers/conrod [Relm]: https://github.com/antoyo/relm [Moxie]: https://github.com/anp/moxie +[SixtyFPS]: https://github.com/sixtyfpsui/sixtyfps