Re-introduce the geometry example

This commit is contained in:
Héctor Ramón Jiménez 2022-11-28 19:42:53 +01:00
parent 633150581f
commit 324d60db63
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
5 changed files with 244 additions and 0 deletions

View file

@ -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" }