release 1.0
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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 = []
|
||||
Reference in New Issue
Block a user