We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm trying to build my project (which use coffee 0.4.1) on MacOS but i got the following error:
Error: WindowCreation("Couldn\'t find any pixel format that matches the criteria.")
I saw this issue and tried to build with vulkan:
diff --git a/Cargo.toml b/Cargo.toml index 0ec07b7..15f8dcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Bastien Sevajol <bastien.sevajol@algoo.fr>"] edition = "2018" [dependencies] -coffee = { version = "0.4.1", features = ["opengl"] } +coffee = { version = "0.4.1", features = ["vulkan"] } rand = "0.6" pickledb = "0.4.0" websocket = "0.24.0"
But, following error happens on build:
What is possible to do ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm trying to build my project (which use coffee 0.4.1) on MacOS but i got the following error:
I saw this issue and tried to build with vulkan:
But, following error happens on build:
What is possible to do ?
The text was updated successfully, but these errors were encountered: