Draft virtual Button, Column, and Text
... as well as a very naive diffing strategy!
This commit is contained in:
parent
8f0839e786
commit
5225e0e304
15 changed files with 1175 additions and 99 deletions
10
examples/virtual_counter/Cargo.toml
Normal file
10
examples/virtual_counter/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue