diff options
author | 2020-03-10 02:57:13 +0100 | |
---|---|---|
committer | 2020-03-10 02:57:13 +0100 | |
commit | 6151c528241d0a6ece88e6e664df1b50f8174ecb (patch) | |
tree | 4771b9b362696c17f2fa0fbb980abc00cda46659 /Cargo.toml | |
parent | 15fad17f373c0aeb023a879f5e38440fdd944eca (diff) | |
download | iced-6151c528241d0a6ece88e6e664df1b50f8174ecb.tar.gz iced-6151c528241d0a6ece88e6e664df1b50f8174ecb.tar.bz2 iced-6151c528241d0a6ece88e6e664df1b50f8174ecb.zip |
Rename `Panes` widget to `PaneGrid`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ members = [ "examples/events", "examples/geometry", "examples/integration", - "examples/panes", + "examples/pane_grid", "examples/pokedex", "examples/progress_bar", "examples/solar_system", |