I am trying to run the Piston Getting Started Tutorial on my MacBook Pro. When running the example with cargo run
, only a blank window appears with no rendering:
Why are the graphics are not rendering?
Edit: For anyone in a similar situation, deleting my Cargo.lock file and rebuilding the example fixed the problem.