diff options
author | 2022-11-28 19:42:53 +0100 | |
---|---|---|
committer | 2022-11-28 19:42:53 +0100 | |
commit | 324d60db6319017304bf0b514b76db98b3637929 (patch) | |
tree | ba770b2fbc6be4fa7708c9ab8967d67ccb21dfb6 /examples/geometry/Cargo.toml | |
parent | 633150581f442b35b52a52a384b7d935171223ff (diff) | |
download | iced-324d60db6319017304bf0b514b76db98b3637929.tar.gz iced-324d60db6319017304bf0b514b76db98b3637929.tar.bz2 iced-324d60db6319017304bf0b514b76db98b3637929.zip |
Re-introduce the `geometry` example
Diffstat (limited to 'examples/geometry/Cargo.toml')
-rw-r--r-- | examples/geometry/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/geometry/Cargo.toml b/examples/geometry/Cargo.toml new file mode 100644 index 00000000..22ede0e0 --- /dev/null +++ b/examples/geometry/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "geometry" +version = "0.1.0" +authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] +edition = "2021" +publish = false + +[dependencies] +iced = { path = "../.." } +iced_native = { path = "../../native" } +iced_graphics = { path = "../../graphics" } |