1240d25011
- Add `selection/state.rs` to manage selection masks, including combining masks and calculating bounds. - Introduce `vector_edit.rs` for vector shape manipulation, handling drag sessions, and hit testing for handles. - Create `feature_scorecard.rs` to ensure stable feature identifiers and regression gates for GUI components. - Implement raster behavior tests in `raster_test.rs` to validate gradient application against masks.
14 lines
265 B
TOML
14 lines
265 B
TOML
[package]
|
|
name = "iced-panel-adapter"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["rlib"]
|
|
|
|
[dependencies]
|
|
hcie-engine-api = { path = "../../../hcie-engine-api" }
|
|
iced = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
serde = { workspace = true }
|