From 2b7ad3d50eae48b1963aa8e866e184c41133ca3d Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 20 Jul 2019 19:12:31 +0200 Subject: Decouple `iced` from `coffee` --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a021b5e8..7f6b67c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "iced" version = "0.0.0" authors = ["Héctor Ramón Jiménez "] 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" -- cgit