This is the crate I'm referring to: https://github.com/Rahix/visualizer2.git
I want to run the noambition visualizer sequence. I type in the terminal: cargo run --release --bin noambition and this is the output I'm getting:
Running `target/release/noambition`
Oh noez! Panic! 💥
Message: called `Result::unwrap()` on an `Err` value: GlutinCreationError(CreationErrors([OpenGlVersionNotSupported, OsError("GL context creation failed")]))
Location: noambition/src/main.rs:184
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
With rust_backtrace set: