Closed
Description
Hello, I'm trying to use coffee for learning purposes but I'm unfortunately not able to run the example provided by the documentation. The compiler complains with the following error:
Error: WindowCreation("Couldn\'t find any pixel format that matches the criteria.")
error: process didn't exit successfully:
`C:\Users\_\Desktop\Programming\Rust_Projects\target\debug\coffe_sketch.exe` (exit code: 1)
This is how my Cargo.toml file looks like:
[package]
name = "coffe_sketch"
version = "0.1.0"
authors = ["_"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
coffee = { version = "0.4", features = ["opengl"] }
Further details:
OS: Windows 10 x64
rustc 1.43.0-nightly (58b834344 2020-02-05)
How can I solve this issue? Any help and guidance would be truly appreciated. Thanks in advance.