Add vectorial_text example

This commit is contained in:
Héctor Ramón Jiménez 2022-12-20 10:42:53 +01:00 committed by Héctor Ramón Jiménez
parent 0001a6d636
commit 468f7432dd
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 184 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "vectorial_text"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["canvas", "debug"] }