gui is working

This commit is contained in:
Oliver Atkinson
2025-03-26 15:06:06 -06:00
parent 09acb5af50
commit 2874617e4c
6 changed files with 4203 additions and 41 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
iced = "0.13.1"
inline_colorization = "0.1.6"
quick-xml = { version="0.37.2", features=["serialize"] }
serde = { version = "1.0.219", features = ["derive"] }