Merge pull request #597 from dbr/packagetidying

Fix up glob patterns in imgui-sys
This commit is contained in:
dbr/Ben 2022-01-17 23:17:45 +11:00 committed by GitHub
commit e6c5208d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@ license = "MIT/Apache-2.0"
categories = ["gui", "external-ffi-bindings"]
build = "build.rs"
links = "imgui"
# exclude json, lua, and the imgui subdirs (imgui/examples, imgui/docs, etc)
exclude = ["third-party/*.json", "third-party/*.lua", "third-party/imgui/*/"]
# exclude .json, .lua from imgui dirs - they are intermediate artifacts from cimgui generator
exclude = ["third-party/imgui-*/*.json", "third-party/imgui-*/*.lua"]
[dependencies]
chlorine = "1.0.7"