summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-10 02:57:13 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-03-10 02:57:13 +0100
commit6151c528241d0a6ece88e6e664df1b50f8174ecb (patch)
tree4771b9b362696c17f2fa0fbb980abc00cda46659 /Cargo.toml
parent15fad17f373c0aeb023a879f5e38440fdd944eca (diff)
downloadiced-6151c528241d0a6ece88e6e664df1b50f8174ecb.tar.gz
iced-6151c528241d0a6ece88e6e664df1b50f8174ecb.tar.bz2
iced-6151c528241d0a6ece88e6e664df1b50f8174ecb.zip
Rename `Panes` widget to `PaneGrid`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b79abdb..37b20ec4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ members = [
"examples/events",
"examples/geometry",
"examples/integration",
- "examples/panes",
+ "examples/pane_grid",
"examples/pokedex",
"examples/progress_bar",
"examples/solar_system",