CraftedCart

Results 2 issues of CraftedCart

Hello It seems that on Windows, at least when running Emacs/CMake within MSYS2, the `flycheck-clang-*` options fail to be set (They're all `nil`) because of issues with mixed path separators....

help wanted

Hello, trying to cross-compile CPAL with the `asio` feature from a Linux box to Windows (x86_64-pc-windows-gnu) gives me this compile error ``` $ cargo build --target x86_64-pc-windows-gnu --features asio Compiling...