blackjack icon indicating copy to clipboard operation
blackjack copied to clipboard

Add Windows support

Open mainrs opened this issue 4 years ago • 4 comments

mainrs avatar Sep 15 '20 23:09 mainrs

Relevant PR: https://github.com/SirWindfield/blackjack/pull/1

wildarch avatar Oct 18 '20 12:10 wildarch

I have been experimenting with adding support for Mac OS and Windows to CI, which seems fairly easy to add: https://github.com/wildarch/blackjack/pull/8.

wildarch avatar Oct 18 '20 19:10 wildarch

My latest experiment using select({..}) to generate a cross-platform cargo_dependencies.bzl is at #9. This may supersede #6 if it turns out to work, it might be a long shot though.

wildarch avatar Oct 20 '20 21:10 wildarch

We now support Mac OS! 🎉

wildarch avatar Oct 22 '20 20:10 wildarch