release 1.0

This commit is contained in:
2025-09-05 00:47:46 +02:00
parent 89689c44fd
commit f937aeca25
29 changed files with 1984 additions and 268 deletions

View File

@@ -14,10 +14,12 @@ 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"
bincode = "2.0.1"
embedded-graphics-simulator = "0.7.0"
[features]
# Remove the linux-dev feature to build the tests on non unix systems
default = ["graphics"]
graphics = []
default = ["simulator"] # use simulator by default
simulator = []
epaper = []
paper-png = []