mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-21 10:26:30 +00:00
HOTFIX: Patched profont version for 0.8 use
This commit is contained in:
parent
3e23728e35
commit
45b00687aa
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ version = "0.3.2"
|
|||
|
||||
[dependencies.profont]
|
||||
optional = true
|
||||
version = "0.6"
|
||||
#version = "0.6"
|
||||
git = "https://github.com/sambenko/profont"
|
||||
branch = "embedded-graphics-0.8.0-fixes"
|
||||
|
||||
[features]
|
||||
default = ["graphics"]
|
||||
|
|
Loading…
Reference in a new issue