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

15 lines
425 B
TOML

[package]
name = "iced_style"
version = "0.4.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
description = "The default set of styles of Iced"
license = "MIT"
repository = "https://github.com/iced-rs/iced"
documentation = "https://docs.rs/iced_style"
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
categories = ["gui"]
[dependencies.iced_core]
version = "0.5"
path = "../core"