Create layout example

This commit is contained in:
Héctor Ramón Jiménez 2023-03-27 15:43:52 +02:00 committed by Héctor Ramón Jiménez
parent fd8f980b88
commit 0322e820eb
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 135 additions and 2 deletions

View 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 = "../.." }