From 5225e0e304bf5b407977e549c48ce9dea26b8c40 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 10 Feb 2022 21:54:13 +0700 Subject: Draft virtual `Button`, `Column`, and `Text` ... as well as a very naive diffing strategy! --- examples/virtual_counter/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/virtual_counter/index.html (limited to 'examples/virtual_counter/index.html') diff --git a/examples/virtual_counter/index.html b/examples/virtual_counter/index.html new file mode 100644 index 00000000..d2e368e4 --- /dev/null +++ b/examples/virtual_counter/index.html @@ -0,0 +1,12 @@ + + + + + + Counter - Iced + + + + + + -- cgit