include display driver,
and use rust_tls to make crosscompile easy
This commit is contained in:
17
Cargo.toml
17
Cargo.toml
@@ -2,11 +2,22 @@
|
||||
name = "killpaper"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
#rust-version = "1.64"
|
||||
|
||||
[dependencies]
|
||||
d = "0.0.1"
|
||||
embedded-graphics = "0.8.1"
|
||||
embedded-graphics-core = { version = "0.4", optional = true }
|
||||
embedded-graphics = "0.8"
|
||||
embedded-hal = "1.0.0"
|
||||
gpiocdev-embedded-hal = "0.1.2"
|
||||
image = { version = "0.25.6", default-features = false, features = ["jpeg", "png"] }
|
||||
reqwest = { version = "0.12", features = ["json", "blocking", "gzip", "brotli"] }
|
||||
linux-embedded-hal = "0.4.0"
|
||||
reqwest = { version = "0.12", default-features = false, features = ["http2","rustls-tls-native-roots","json", "blocking", "gzip", "brotli"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.143"
|
||||
|
||||
|
||||
[features]
|
||||
# Remove the linux-dev feature to build the tests on non unix systems
|
||||
default = ["graphics"]
|
||||
graphics = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user