Skip to content

Commit

Permalink
[Cargo.toml] Exclude examples from workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
malikolivier committed Oct 31, 2018
1 parent 5afcc93 commit b6a7056
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ imgui-sys = { version = "0.0.22-pre", path = "imgui-sys" }

[workspace]
members = [
"imgui-examples",
"imgui-glium-examples",
"imgui-sys",
"imgui-gfx-renderer",
"imgui-glium-renderer",
"imgui-glutin-support"
]
exclude = [
"imgui-examples",
"imgui-glium-examples",
]

0 comments on commit b6a7056

Please sign in to comment.