Decouple iced from coffee
This commit is contained in:
parent
eefdcbe06c
commit
2b7ad3d50e
33 changed files with 2907 additions and 8 deletions
|
|
@ -3,7 +3,7 @@ name = "iced"
|
|||
version = "0.0.0"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A simple GUI runtime inspired by Elm"
|
||||
description = "A customizable GUI runtime, inspired by Elm."
|
||||
license = "MIT"
|
||||
repository = "https://github.com/hecrj/iced"
|
||||
documentation = "https://docs.rs/iced"
|
||||
|
|
@ -12,3 +12,6 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
|
|||
categories = ["gui"]
|
||||
|
||||
[dependencies]
|
||||
stretch = "0.2"
|
||||
nalgebra = "0.18"
|
||||
twox-hash = "1.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue