Fix up glob patterns in imgui-sys

Were set based on old pre-docking-branch-support paths

Closes #596
This commit is contained in:
dbr 2022-01-05 14:47:41 +11:00
parent 9866a303a2
commit 9128066f01

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"