mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Add fltk for UI
This commit is contained in:
+3
-1
@@ -13,4 +13,6 @@ serde_json = "1.0.68"
|
||||
tokio = { version = "1.11.0", features = ["full"] }
|
||||
reqwest = { version = "0.11.4", features = ["default"] }
|
||||
config = "0.11.0"
|
||||
failure = "0.1.8"
|
||||
failure = "0.1.8"
|
||||
#https://fltk-rs.github.io/fltk-rs/
|
||||
fltk = { version = "^1.2", features = ["fltk-bundled"] }
|
||||
|
||||
Reference in New Issue
Block a user