Font and forms refactored, but not working yet, will explore Rusttype lifetime issues in seperate project
26 lines
575 B
TOML
26 lines
575 B
TOML
[package]
|
|
name = "helms-display"
|
|
version = "0.1.0"
|
|
authors = ["Jakob Dalsgaard <jakob@dalsgaard.net>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rppal = "0.11.3"
|
|
image = "*"
|
|
imageproc = "*"
|
|
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.9.2"
|
|
tungstenite = "*"
|
|
url = "*"
|