Skip to content

Commit

Permalink
Merge pull request #339 from waywardmonkeys/headless-can-use-workspac…
Browse files Browse the repository at this point in the history
…e-pollster

headless: Use pollster from workspace.
  • Loading branch information
waywardmonkeys authored Jul 6, 2023
2 parents 31f8d9f + c005e1b commit ed8da9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/headless/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ed8da9b

Please sign in to comment.