Remove resources dir from published crate

This commit is contained in:
Jake Shadle 2019-11-06 12:31:48 +01:00
parent 07add6c179
commit 8d8368a69d

View File

@ -10,6 +10,10 @@ license = "MIT/Apache-2.0"
categories = ["gui", "api-bindings"] categories = ["gui", "api-bindings"]
readme = "README.markdown" readme = "README.markdown"
exclude = [
"/resources"
]
[badges] [badges]
travis-ci = { repository = "Gekkio/imgui-rs" } travis-ci = { repository = "Gekkio/imgui-rs" }