Adding support for os display

This commit is contained in:
Jakob Dalsgaard
2022-03-04 07:25:54 +01:00
parent 5d3f465666
commit 1501729d82
10 changed files with 1189 additions and 315 deletions

View File

@@ -6,21 +6,26 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[target.armv7-unknown-linux-gnueabihf.dependencies]
rppal = "0.13.1"
[target.x86_64-apple-darwin.dependencies]
minifb = "0.20"
[dependencies]
rppal = "0.11.3"
image = "*"
imageproc = "*"
image = "0.23.14"
imageproc = "0.22.0"
arrayref = "*"
chrono = { version = "*", features = [ "serde" ] }
chrono-tz = "*"
euclid = "*"
log = "*"
log4rs = { version = "*", features = ["file", "yaml_format", "console_appender"] }
xml-rs = "0.8"
text_io = "0.1.8"
xml-rs = "*"
text_io = "*"
serde = { version = "*", features = ["derive"] }
serde_json = "*"
rusttype = "0.9.2"
rusttype = "*"
tungstenite = { version = "*", default-features = false }
url = "*"