Major rewrites, signalk support almost there

Font and forms refactored, but not working yet, will explore
Rusttype lifetime issues in seperate project
This commit is contained in:
2020-09-26 09:33:20 +00:00
parent 9abffb71ba
commit ea695afc99
8 changed files with 778 additions and 267 deletions

View File

@@ -14,9 +14,12 @@ arrayref = "*"
chrono = "*"
chrono-tz = "*"
euclid = "*"
log = "*"
log4rs = { version = "*", features = ["file", "yaml_format", "console_appender"] }
xml-rs = "0.8"
text_io = "0.1.8"
serde = { version = "*", features = ["derive"] }
serde_json = "*"
rusttype = "0.8.3"
rusttype = "0.9.2"
tungstenite = "*"
url = "*"