diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index ba5e0afea3..1b2827ace0 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -14,6 +14,7 @@ homepage = "https://github.com/gfx-rs/wgpu-rs" repository = "https://github.com/gfx-rs/wgpu-rs" keywords = ["graphics"] license = "MPL-2.0" +exclude = ["etc/**/*", "examples/**/*", "tests/**/*", "Cargo.lock", "target/**/*"] [lib]