summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-14 03:39:20 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-14 03:41:12 +0100
commit858c086eeee4284a5a7b3e49cb3c112d204e53c3 (patch)
treecaae706d5370517116f4c714914606e0e3ab873d /Cargo.toml
parent26b9541bcab99bba66f2cf9bcae62a3adc95283c (diff)
downloadiced-858c086eeee4284a5a7b3e49cb3c112d204e53c3.tar.gz
iced-858c086eeee4284a5a7b3e49cb3c112d204e53c3.tar.bz2
iced-858c086eeee4284a5a7b3e49cb3c112d204e53c3.zip
Remove `pane_grid` example for now
It's too contrived. I will work on something simpler.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 37b20ec4..01231b70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,6 @@ members = [
"examples/events",
"examples/geometry",
"examples/integration",
- "examples/pane_grid",
"examples/pokedex",
"examples/progress_bar",
"examples/solar_system",