From 8d8368a69db8f31ba74a96963354589ef7ac47ce Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Wed, 6 Nov 2019 12:31:48 +0100 Subject: [PATCH] Remove resources dir from published crate --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1bb8cd9..31a3b7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,10 @@ license = "MIT/Apache-2.0" categories = ["gui", "api-bindings"] readme = "README.markdown" +exclude = [ + "/resources" +] + [badges] travis-ci = { repository = "Gekkio/imgui-rs" }