Draft Panes widget and panes example
This commit is contained in:
parent
02091267bf
commit
012b4adec7
17 changed files with 801 additions and 396 deletions
11
examples/panes/Cargo.toml
Normal file
11
examples/panes/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "panes"
|
||||
version = "0.1.0"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["async-std"] }
|
||||
clock = { path = "../clock" }
|
||||
stopwatch = { path = "../stopwatch" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue