summaryrefslogtreecommitdiffstats
path: root/virtual/Cargo.toml
blob: 74960b801182d2f6d2d487ce9a7dacdfa2f23aaa (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "iced_virtual"
version = "0.1.0"
edition = "2021"

[dependencies]
iced_native = { version = "0.4", path = "../native" }
iced_style = { version = "0.3", path = "../style" }