force downgrade lyon to fix horrible text rendering regression [rebuild]

This commit is contained in:
Dustin Carlino 2020-03-27 13:05:32 -07:00
parent 4d3133df91
commit d109325b3f

View File

@ -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"