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