Create layout example
This commit is contained in:
parent
fd8f980b88
commit
0322e820eb
5 changed files with 135 additions and 2 deletions
9
examples/layout/Cargo.toml
Normal file
9
examples/layout/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "layout"
|
||||
version = "0.1.0"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../.." }
|
||||
Loading…
Add table
Add a link
Reference in a new issue