build: exclude necessities for packaging, fixes #112

This commit is contained in:
m4b
2019-11-03 16:14:34 -08:00
parent 4e77cb3aa5
commit 225e11a25d

View File

@@ -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]