mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-08 20:01:30 +11:00
headless: Use pollster from workspace.
This prevents having 2 versions of `pollster` pulled into the workspace. The workspace provided `pollster` `0.3`, while `headless` was still using `0.2.5`.
This commit is contained in:
parent
31f8d9ffa0
commit
c005e1b188
|
@ -17,7 +17,7 @@ vello = { path = "../../" }
|
||||||
scenes = { path = "../scenes" }
|
scenes = { path = "../scenes" }
|
||||||
|
|
||||||
wgpu = { workspace = true }
|
wgpu = { workspace = true }
|
||||||
pollster = "0.2.5"
|
pollster = { workspace = true }
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
png = "0.17.7"
|
png = "0.17.7"
|
||||||
futures-intrusive = "0.5.0"
|
futures-intrusive = "0.5.0"
|
||||||
|
|
Loading…
Reference in a new issue