summaryrefslogtreecommitdiffstats
path: root/examples/pane_grid/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 /examples/pane_grid/Cargo.toml
parent15fad17f373c0aeb023a879f5e38440fdd944eca (diff)
downloadiced-6151c528241d0a6ece88e6e664df1b50f8174ecb.tar.gz
iced-6151c528241d0a6ece88e6e664df1b50f8174ecb.tar.bz2
iced-6151c528241d0a6ece88e6e664df1b50f8174ecb.zip
Rename `Panes` widget to `PaneGrid`
Diffstat (limited to 'examples/pane_grid/Cargo.toml')
-rw-r--r--examples/pane_grid/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/pane_grid/Cargo.toml b/examples/pane_grid/Cargo.toml
new file mode 100644
index 00000000..6d8573bd
--- /dev/null
+++ b/examples/pane_grid/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "pane_grid"
+version = "0.1.0"
+authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
+edition = "2018"
+publish = false
+
+[dependencies]
+iced = { path = "../..", features = ["async-std"] }
+iced_native = { path = "../../native" }
+clock = { path = "../clock" }
+stopwatch = { path = "../stopwatch" }