summaryrefslogtreecommitdiffstats
path: root/lazy/Cargo.toml
blob: b840de503bef49f451ceb28b4e80b30e0dc55c44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "iced_lazy"
version = "0.1.0"
edition = "2021"

[dependencies]
ouroboros = "0.13"

[dependencies.iced_native]
version = "0.4"
path = "../native"