Skip to content

Commit

Permalink
disable graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
vhdirk committed Nov 6, 2023
1 parent 3b13abf commit 2c58432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ required-features = ["linux-dev"]

[features]
# Remove the linux-dev feature to build the tests on non unix systems
default = ["async", "epd2in13_v3", "graphics"] #["dep:embedded-hal", "graphics", "linux-dev", "epd2in13_v3"]
default = ["async", "epd2in13_v3"] #["dep:embedded-hal", "graphics", "linux-dev", "epd2in13_v3"]

graphics = ["embedded-graphics-core"]
epd2in13_v2 = []
Expand Down

0 comments on commit 2c58432

Please sign in to comment.