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: --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1d4eb883..1918d8b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,8 +57,8 @@ members = [ "glutin", "lazy", "native", + "pure", "style", - "virtual", "wgpu", "winit", "examples/bezier_tool", @@ -88,7 +88,7 @@ members = [ "examples/tooltip", "examples/tour", "examples/url_handler", - "examples/virtual_counter", + "examples/pure/counter", "examples/websocket", ] -- cgit