diff options
author | 2020-11-26 06:43:29 +0100 | |
---|---|---|
committer | 2020-11-26 06:43:29 +0100 | |
commit | ebe34b03cbd1639f5fd8dfe589852f00624f0a99 (patch) | |
tree | 16d4641e03bacea59208553cb102f4b461046a7e /README.md | |
parent | 50a1f78996bb3c31e37624a59b54387ace2662a1 (diff) | |
download | iced-ebe34b03cbd1639f5fd8dfe589852f00624f0a99.tar.gz iced-ebe34b03cbd1639f5fd8dfe589852f00624f0a99.tar.bz2 iced-ebe34b03cbd1639f5fd8dfe589852f00624f0a99.zip |
Update `README`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 1 insertions, 21 deletions
@@ -174,18 +174,7 @@ The core of the library was implemented during May in [this pull request]. implemented the current [tour example] on top of [`ggez`], a game library. Since then, the focus has shifted towards providing a batteries-included, -end-user-oriented GUI library, while keeping [the ecosystem] modular. - -Currently, Iced is a cross-platform GUI library built on top of smaller crates: - - - [`iced_core`], a bunch of basic types that can be reused in different runtimes. - - [`iced_native`], a renderer-agnostic native runtime implementing widget - logic and a layout engine inspired by [`druid`]. - - [`iced_web`], an experimental web runtime that targets the DOM thanks to - [`dodrio`]. - - [`iced_wgpu`], a renderer leveraging [`wgpu`], [`wgpu_glyph`], and - [`font-kit`]. - - [`iced_winit`], a windowing shell on top of [`winit`]. +end-user-oriented GUI library, while keeping [the ecosystem] modular: [](https://github.com/hecrj/iced/blob/master/ECOSYSTEM.md) @@ -195,15 +184,6 @@ Currently, Iced is a cross-platform GUI library built on top of smaller crates: [tour example]: https://github.com/hecrj/iced/blob/master/examples/README.md#tour [`ggez`]: https://github.com/ggez/ggez [the ecosystem]: https://github.com/hecrj/iced/blob/master/ECOSYSTEM.md -[`iced_core`]: https://github.com/hecrj/iced/tree/master/core -[`iced_native`]: https://github.com/hecrj/iced/tree/master/native -[`iced_web`]: https://github.com/hecrj/iced/tree/master/web -[`iced_wgpu`]: https://github.com/hecrj/iced/tree/master/wgpu -[`iced_winit`]: https://github.com/hecrj/iced/tree/master/winit -[`druid`]: https://github.com/xi-editor/druid -[`wgpu_glyph`]: https://github.com/hecrj/wgpu_glyph -[`font-kit`]: https://github.com/servo/font-kit -[`winit`]: https://github.com/rust-windowing/winit ## Contributing / Feedback Contributions are greatly appreciated! If you want to contribute, please |