raylib-rs
raylib-rs copied to clipboard
cargo run --bin <any sample> fails on macOS
Hi. I am unable to build any of the samples on macOS 10.15.7.
cd samples ; cargo run --bin logo
...
CMake Error: The source directory "./raylib-rs/target/debug/build/raylib-sys-a48f350d7ec517f1/out/raylib" does not appear to contain CMakeLists.txt
I got this issue when trying to build without having the submodules installed. Try doing git submodule init ; git submodule update --recursive