iced-yoda/lazy/Cargo.toml

19 lines
450 B
TOML
Raw Normal View History

[package]
name = "iced_lazy"
2022-07-01 04:02:38 +02:00
version = "0.1.1"
2022-05-02 21:53:25 +02:00
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
2022-05-02 21:53:25 +02:00
description = "Lazy widgets for Iced"
license = "MIT"
repository = "https://github.com/iced-rs/iced"
documentation = "https://docs.rs/iced_lazy"
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
categories = ["gui"]
[dependencies]
ouroboros = "0.13"
[dependencies.iced_native]
2022-05-02 21:53:25 +02:00
version = "0.5"
path = "../native"