2021-11-07 18:15:01 +07:00
|
|
|
[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>"]
|
2021-11-07 18:15:01 +07:00
|
|
|
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"]
|
2021-11-07 18:15:01 +07:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
ouroboros = "0.13"
|
|
|
|
|
|
|
|
|
|
[dependencies.iced_native]
|
2022-05-02 21:53:25 +02:00
|
|
|
version = "0.5"
|
2021-11-07 18:15:01 +07:00
|
|
|
path = "../native"
|