Skip to content

Commit

Permalink
Merge pull request #597 from dbr/packagetidying
Browse files Browse the repository at this point in the history
Fix up glob patterns in imgui-sys
  • Loading branch information
dbr committed Jan 17, 2022
2 parents 35342a0 + 9128066 commit e6c5208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imgui-sys/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit e6c5208

Please sign in to comment.