This commit is contained in:
coffee-compiler 2024-07-16 19:14:00 +02:00
parent 2bf4096dfb
commit c1d10279ca

View File

@ -204,9 +204,9 @@ fn main() {
panic!( panic!(
"Failed to select a rendering backend! No compatible backends were found. We \ "Failed to select a rendering backend! No compatible backends were found. We \
currently support vulkan, metal, dx12, and opengl.{} If the issue persists, please \ currently support vulkan, metal, dx12, and opengl.{} If the issue persists, \
include the operating system and GPU details in your bug report to help us \ please include the operating system and GPU details in your bug report to help \
identify the cause.", us identify the cause.",
POTENTIAL_FIX POTENTIAL_FIX
); );
}, },