diff options
author | 2023-03-27 15:43:52 +0200 | |
---|---|---|
committer | 2024-01-10 10:01:41 +0100 | |
commit | 0322e820eb40d36a7425246278b7bcb22b7010aa (patch) | |
tree | 5bf2c46cdfc8883643141312c3373c8ea1e172dc /examples/layout/Cargo.toml | |
parent | fd8f980b88df260ce49d46ed6c514f6e382c6494 (diff) | |
download | iced-0322e820eb40d36a7425246278b7bcb22b7010aa.tar.gz iced-0322e820eb40d36a7425246278b7bcb22b7010aa.tar.bz2 iced-0322e820eb40d36a7425246278b7bcb22b7010aa.zip |
Create `layout` example
Diffstat (limited to 'examples/layout/Cargo.toml')
-rw-r--r-- | examples/layout/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/layout/Cargo.toml b/examples/layout/Cargo.toml new file mode 100644 index 00000000..c2c3f49b --- /dev/null +++ b/examples/layout/Cargo.toml @@ -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 = "../.." } |