[package] name = "hcie-draw" version = "0.1.0" edition = "2021" [dependencies] hcie-blend = { path = "../hcie-blend" } hcie-brush-engine = { path = "../hcie-brush-engine" } hcie-protocol = { path = "../hcie-protocol" } rand = { workspace = true } [lib] crate-type = ["staticlib", "rlib"] [dev-dependencies] rstest = "0.23" proptest = "1.5" approx = "0.5" egui = { workspace = true } eframe = { workspace = true }