Cargo Features
PSP has no features set by default.
[dependencies]
psp = { version = "0.3.10", features = ["std", "stub-only", "embedded-graphics"] }
- std
- stub-only
-
Compile this library as a stub provider. Useful to compile this as a static library for other projects.
- embedded-graphics
-
Enables embedded-graphics-core
Affects
psp::embedded_graphics
…