iced-yoda/examples/vectorial_text/Cargo.toml

10 lines
220 B
TOML
Raw Normal View History

2022-12-20 10:42:53 +01:00
[package]
name = "vectorial_text"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
2025-02-21 01:28:47 +01:00
edition = "2024"
2022-12-20 10:42:53 +01:00
publish = false
[dependencies]
iced = { path = "../..", features = ["canvas", "debug"] }