From 897188317b5875cc00a0f1c797790df8ac13687f Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 11 Feb 2022 17:50:12 +0700 Subject: Rename `iced_virtual` to `iced_pure` `virtual` is a reserved keyword in Rust :grimacing: --- examples/virtual_counter/index.html | 12 ------------ 1 file changed, 12 deletions(-) delete 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 deleted file mode 100644 index d2e368e4..00000000 --- a/examples/virtual_counter/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Counter - Iced - - - - - - -- cgit