feat(gui): Added iced gui
This commit is contained in:
@@ -55,6 +55,12 @@ ndarray-math = { git = "https://git.darksailor.dev/servius/ndarray-math", versio
|
||||
ndarray-safetensors = { version = "0.1.0", path = "ndarray-safetensors" }
|
||||
sqlite3-safetensor-cosine = { version = "0.1.0", path = "sqlite3-safetensor-cosine" }
|
||||
|
||||
# GUI dependencies
|
||||
iced = { version = "0.13", features = ["tokio", "image"] }
|
||||
rfd = "0.15"
|
||||
futures = "0.3"
|
||||
imageproc = "0.25"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user