ILoader/Cargo.toml
alterwain@protonmail.com b89ab394ff Rewriting with Iced
modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   src/main.rs
	deleted:    src/view.rs
	deleted:    src/window.rs
2024-12-09 05:31:36 +02:00

12 lines
273 B
TOML

[package]
name = "iloader"
version = "0.1.0"
edition = "2021"
[dependencies]
rusb = "0.9.4"
regex = "1.11.1"
iced = { version = "0.13.1", features = ["tokio", "svg", "markdown", "highlighter", "system", "web-colors", "debug"] }
[build-dependencies]
iced_fontello = "0.13"