Add README for each subcrate
This commit is contained in:
parent
c47f5095c8
commit
cb4827059f
5 changed files with 103 additions and 0 deletions
15
winit/README.md
Normal file
15
winit/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# `iced_winit`
|
||||
[][documentation]
|
||||
[](https://crates.io/crates/iced_winit)
|
||||
[](https://github.com/hecrj/iced/blob/master/LICENSE)
|
||||
[](https://iced.zulipchat.com)
|
||||
|
||||
`iced_winit` offers some convenient abstractions on top of [`iced_native`] to quickstart development when using [`winit`].
|
||||
|
||||
It exposes a renderer-agnostic `Application` trait that can be implemented and then run with a simple call. The use of this trait is optional. A `conversion` module is provided for users that decide to implement a custom event loop.
|
||||
|
||||

|
||||
|
||||
[documentation]: https://docs.rs/iced_winit
|
||||
[`iced_native`]: ../native
|
||||
[`winit`]: https://github.com/rust-windowing/winit
|
||||
Loading…
Add table
Add a link
Reference in a new issue