summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fdc2ceba..bd20fbb4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,7 +70,8 @@ members = [
"examples/events",
"examples/game_of_life",
"examples/geometry",
- "examples/integration",
+ "examples/integration_wgpu",
+ "examples/integration_opengl",
"examples/pane_grid",
"examples/pick_list",
"examples/pokedex",
@@ -86,7 +87,6 @@ members = [
"examples/tooltip",
"examples/url_handler",
"examples/menu",
- "examples/integration_gl",
]
[dependencies]