Add README for each subcrate
This commit is contained in:
parent
c47f5095c8
commit
cb4827059f
5 changed files with 103 additions and 0 deletions
13
core/README.md
Normal file
13
core/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# `iced_core`
|
||||
[][documentation]
|
||||
[](https://crates.io/crates/iced_core)
|
||||
[](https://github.com/hecrj/iced/blob/master/LICENSE)
|
||||
[](https://iced.zulipchat.com)
|
||||
|
||||
`iced_core` holds basic reusable types of the public API. For instance, basic data types like `Point`, `Rectangle`, `Length`, etc.
|
||||
|
||||
This crate is meant to be a starting point for an Iced runtime.
|
||||
|
||||

|
||||
|
||||
[documentation]: https://docs.rs/iced_core
|
||||
Loading…
Add table
Add a link
Reference in a new issue