Cargo.toml: exclude examples/agdk-egui from workspace

This commit is contained in:
Robert Bragg
2022-05-20 02:12:41 +01:00
parent 316021e4ac
commit 8ca76116be
+2 -2
View File
@@ -6,5 +6,5 @@ members = [
exclude = [
"examples/agdk-mainloop",
"examples/agdk-winit-wgpu",
"examples/agdk-bevy"
]
"examples/agdk-egui"
]