diff options
author | 2021-11-07 18:15:01 +0700 | |
---|---|---|
committer | 2021-11-29 15:04:12 +0700 | |
commit | bffa7203dfd333b699bc29a22c74fb602eea4ea1 (patch) | |
tree | 6e9315aa6bcb52cf0b95a0698c88b7aecde79186 /Cargo.toml | |
parent | d9f970ffd5af6dafb5e696ad317d9ea7b997eb4b (diff) | |
download | iced-bffa7203dfd333b699bc29a22c74fb602eea4ea1.tar.gz iced-bffa7203dfd333b699bc29a22c74fb602eea4ea1.tar.bz2 iced-bffa7203dfd333b699bc29a22c74fb602eea4ea1.zip |
Create `iced_lazy` and draft `Component` trait
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ members = [ "graphics", "glow", "glutin", + "lazy", "native", "style", "web", |