iced/pure/Cargo.toml
Héctor Ramón Jiménez d23026d2dd
Bump versions 🎉
2022-05-02 22:07:53 +02:00

15 lines
432 B
TOML

[package]
name = "iced_pure"
version = "0.2.0"
edition = "2021"
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]
iced_native = { version = "0.5", path = "../native" }
iced_style = { version = "0.4", path = "../style" }
num-traits = "0.2"