Closed MyUsernamee closed 2 years ago
Hi, you need to set two environment variables:
SFML_INCLUDE_DIR
to the include
directory of your your SFML downloadSFML_LIBS_DIR
to the lib
directory of your SFML downloadThat worked! Thank you so much! 😅
Trying to use 0.17.0 rust-sfml on my windows installation results g++ compilation error.
Rust was downloaded through rustup and I have placed the csfml and sfml libs and dlls in the .rustup\toolchains\stable-x86_64-pc-windows-gnu\lib\rustlib\lib and .rustup\toolchains\stable-x86_64-pc-windows-gnu\lib\rustlib\bin folders.
0.16.0 Compiles with 0.17.0 does not.
Any help is much appreciated! Thank you so much in advance! :)