From 5c472228a9b9e34a00ba03c356165fc60ac58b20 Mon Sep 17 00:00:00 2001 From: m4b Date: Sun, 3 Nov 2019 16:14:34 -0800 Subject: [PATCH] [rs] build: exclude necessities for packaging, fixes #112 --- wgpu/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index ff63352b19..5f2897e7b5 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]