HOTFIX: Patched profont version for 0.8 use

This commit is contained in:
Felix Suchert 2023-05-29 14:22:38 +02:00
parent 3e23728e35
commit 45b00687aa
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -30,7 +30,9 @@ version = "0.3.2"
[dependencies.profont] [dependencies.profont]
optional = true optional = true
version = "0.6" #version = "0.6"
git = "https://github.com/sambenko/profont"
branch = "embedded-graphics-0.8.0-fixes"
[features] [features]
default = ["graphics"] default = ["graphics"]