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" }