iced-yoda/pure/Cargo.toml

16 lines
432 B
TOML
Raw Normal View History

[package]
name = "iced_pure"
2022-05-31 05:40:39 +02:00
version = "0.2.2"
edition = "2021"
2022-05-02 21:53:25 +02:00
description = "Pure widgets for Iced"
license = "MIT"
repository = "https://github.com/iced-rs/iced"
documentation = "https://docs.rs/iced_pure"
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
categories = ["gui"]
[dependencies]
2022-05-02 21:53:25 +02:00
iced_native = { version = "0.5", path = "../native" }
iced_style = { version = "0.4", path = "../style" }
2022-02-13 17:20:10 +07:00
num-traits = "0.2"