cubing / twsearch

🔍 Twizzle Search — a program to find algs and scrambles for twisty puzzles
GNU General Public License v3.0
24 stars 8 forks source link

Isolate the Rust + C++ build into a separate folder. #21

Closed lgarron closed 10 months ago

lgarron commented 10 months ago

Having build.rs in the top-level folder causes cargo test and to fail, and makes it hard to maintain modules meant to be used independent of C++. It's best to move the C++ related parts into a folder and consider it to be legacy as of https://github.com/cubing/twsearch/issues/20