Files
hcie-rust-v3.05/hcie-iced-app/crates/iced-panel-script/Cargo.toml
T
phantom f4ad22b55b Add Iced panel adapter and AI chat/script panels
- Implemented a theme system in `iced-panel-adapter` for consistent styling across panels.
- Created `iced-panel-ai-chat` for an AI assistant interface, including message handling and UI components.
- Developed `iced-panel-script` for a DSL editor with execution capabilities, allowing procedural drawing commands.
- Introduced message types for interaction in both chat and script panels.
- Added color and theme management for improved visual consistency.
2026-07-11 18:13:03 +03:00

14 lines
262 B
TOML

[package]
name = "iced-panel-script"
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 }
log = { workspace = true }