iced-yoda/Cargo.toml

21 lines
538 B
TOML
Raw Normal View History

2019-05-29 03:17:48 +02:00
[package]
name = "iced"
version = "0.0.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
2019-07-20 19:12:31 +02:00
description = "A customizable GUI runtime, inspired by Elm."
2019-05-29 03:17:48 +02:00
license = "MIT"
repository = "https://github.com/hecrj/iced"
documentation = "https://docs.rs/iced"
readme = "README.md"
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
categories = ["gui"]
[dependencies]
2019-07-20 19:12:31 +02:00
stretch = "0.2"
nalgebra = "0.18"
twox-hash = "1.3"
2019-07-21 12:35:25 +02:00
[dev-dependencies]
ggez = { version = "0.5", git = "https://github.com/hecrj/ggez" }