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:
Bruce Mitchener 2023-07-03 16:41:48 +07:00
parent 31f8d9ffa0
commit c005e1b188

View file

@ -17,7 +17,7 @@ vello = { path = "../../" }
scenes = { path = "../scenes" }
wgpu = { workspace = true }
pollster = "0.2.5"
pollster = { workspace = true }
env_logger = "0.10.0"
png = "0.17.7"
futures-intrusive = "0.5.0"