diff --git a/Cargo.lock b/Cargo.lock index 79cafc8470..b158c8ba39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -698,13 +698,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" -[[package]] -name = "dummy" -version = "0.16.0" -dependencies = [ - "wgpu-core", -] - [[package]] name = "dwrote" version = "0.11.0" diff --git a/Cargo.toml b/Cargo.toml index ac351a52b2..7ffa4289b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ resolver = "2" members = [ "cts_runner", "deno_webgpu", - "dummy", "player", "wgpu", "wgpu-core", diff --git a/dummy/Cargo.toml b/dummy/Cargo.toml deleted file mode 100644 index c4304724b2..0000000000 --- a/dummy/Cargo.toml +++ /dev/null @@ -1,13 +0,0 @@ -[package] -name = "dummy" -version.workspace = true -authors.workspace = true -edition.workspace = true -license.workspace = true -publish = false - -[features] - -[dependencies.wgc] -workspace = true -features = ["serial-pass", "trace"] diff --git a/dummy/README.md b/dummy/README.md deleted file mode 100644 index 5a95a787a5..0000000000 --- a/dummy/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# wgpu dummy - -This is a dummy build target that makes `cargo check` and `cargo test` in the workspace to cover all the API. diff --git a/dummy/src/lib.rs b/dummy/src/lib.rs deleted file mode 100644 index 8b13789179..0000000000 --- a/dummy/src/lib.rs +++ /dev/null @@ -1 +0,0 @@ -