iced/examples/virtual_counter/Cargo.toml
Héctor Ramón Jiménez 5225e0e304
Draft virtual Button, Column, and Text
... as well as a very naive diffing strategy!
2022-02-10 21:54:13 +07:00

10 lines
231 B
TOML

[package]
name = "virtual_counter"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../.." }
iced_virtual = { path = "../../virtual" }