From bffa7203dfd333b699bc29a22c74fb602eea4ea1 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 7 Nov 2021 18:15:01 +0700 Subject: Create `iced_lazy` and draft `Component` trait --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b8d244fc..39f32a25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,6 +57,7 @@ members = [ "graphics", "glow", "glutin", + "lazy", "native", "style", "web", -- cgit