Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6c5208

Browse files
authored
Merge pull request #597 from dbr/packagetidying
Fix up glob patterns in imgui-sys
2 parents 35342a0 + 9128066 commit e6c5208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imgui-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ license = "MIT/Apache-2.0"
1010
categories = ["gui", "external-ffi-bindings"]
1111
build = "build.rs"
1212
links = "imgui"
13-
# exclude json, lua, and the imgui subdirs (imgui/examples, imgui/docs, etc)
14-
exclude = ["third-party/*.json", "third-party/*.lua", "third-party/imgui/*/"]
13+
# exclude .json, .lua from imgui dirs - they are intermediate artifacts from cimgui generator
14+
exclude = ["third-party/imgui-*/*.json", "third-party/imgui-*/*.lua"]
1515

1616
[dependencies]
1717
chlorine = "1.0.7"

0 commit comments

Comments
 (0)