Adding support for os display
This commit is contained in:
17
Cargo.toml
17
Cargo.toml
@@ -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 = "*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user