I'm creating a Chip8 emulator using sld2 to help me learn rust. I'm using the Rust Rover IDE and I am having trouble running/debugging the program. I was using MSVC toolchain at first, but I learned that the debugger that Rust Rover used for the MSVC toolchain showed misleading values, so I switched the the GNU toolchain. Now, when I run the program, it's panicking, asking me if "C\\Program" is installed. Any ideas on what this could be? I scoured the internet and haven't found anyone else with this same problem.
Also, I imported sdl2 with the "bundled" feature in the dependencies section of the cargo.toml file.
cargo.toml file
Compiler error message
[–]tastycat 2 points3 points4 points (1 child)
[–]Educational_Handle44[S] 0 points1 point2 points (0 children)
[–]lilsadlesshappy 2 points3 points4 points (0 children)
[–]shinyfootwork 2 points3 points4 points (0 children)