From de2740c2a66e82fb1e3f701bb6463990ecfa3ac7 Mon Sep 17 00:00:00 2001 From: Speykious Date: Wed, 25 Sep 2024 00:14:55 +0200 Subject: [PATCH] Remove `inox2d-wgpu` from workspace member --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b564911..49a2811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,5 @@ resolver = "2" members = [ "inox2d", "inox2d-opengl", - "inox2d-wgpu", "examples/*", ]