mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-08 20:01:30 +11:00
Fix fello deps
I let a transitive dependency get away from me. This should hopefully fix #308
This commit is contained in:
parent
0e71aa1d0f
commit
9934adf94c
|
@ -46,7 +46,7 @@ futures-intrusive = "0.5.0"
|
|||
parking_lot = "0.12"
|
||||
bytemuck = { version = "1.12.1", features = ["derive"] }
|
||||
smallvec = "1.8.0"
|
||||
fello = { git = "https://github.com/dfrg/fount", rev = "a8c0686ca9da236420c04d1f476c41cf7fe6d2ba" }
|
||||
fello = { git = "https://github.com/dfrg/fount", rev = "8ee330bb9b59291edf2feaa6968ca834a58ae712" }
|
||||
peniko = { git = "https://github.com/linebender/peniko", rev = "cafdac9a211a0fb2fec5656bd663d1ac770bcc81" }
|
||||
guillotiere = "0.6.2"
|
||||
|
||||
|
|
Loading…
Reference in a new issue