mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 03:35:51 +03:00
force downgrade lyon to fix horrible text rendering regression [rebuild]
This commit is contained in:
parent
4d3133df91
commit
d109325b3f
@ -23,7 +23,9 @@ glutin = { git = "https://github.com/dabreegster/glutin", optional = true }
|
||||
htmlescape = "0.3.1"
|
||||
instant = "0.1.2"
|
||||
lru = "0.4.3"
|
||||
lyon = "0.15.6"
|
||||
# TODO Something broke here
|
||||
#lyon = "0.15.6"
|
||||
lyon = { git = "https://github.com/nical/lyon/", rev = "0235217bfa9826f29e8d5fc5dbdfa8a6e35ebdff" }
|
||||
serde = "1.0.98"
|
||||
serde_derive = "1.0.98"
|
||||
simsearch = "0.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user