Merge pull request #280 from EmbarkStudios/master

Remove resources dir from published crate
This commit is contained in:
Joonas Javanainen 2019-11-08 20:50:35 +02:00 committed by GitHub
commit 8ef02e0578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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