mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 20:31:29 +11:00
Fix the winit dependency (#232)
This commit is contained in:
parent
ff59839737
commit
57d79bdf1f
|
@ -9,7 +9,7 @@ publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wgpu = "0.14"
|
wgpu = "0.14"
|
||||||
vello = { path = "../../../vello" }
|
vello = { path = "../../" }
|
||||||
winit = "0.27.5"
|
winit = "0.27.5"
|
||||||
pollster = "0.2.5"
|
pollster = "0.2.5"
|
||||||
# for picosvg
|
# for picosvg
|
||||||
|
|
Loading…
Reference in a new issue