iced-yoda/lazy/Cargo.toml

19 lines
450 B
TOML
Raw Normal View History

[package]
name = "iced_lazy"
2023-01-14 00:49:58 +01:00
version = "0.4.0"
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]
2023-01-14 00:49:58 +01:00
version = "0.8"
path = "../native"