UltraMachine / rust-sc2

SC2 API for Rust
MIT License
38 stars 19 forks source link

Add support for running through wine #26

Closed ccapitalK closed 3 years ago

ccapitalK commented 3 years ago

Hello,

I've created a very rudimentary patch that allows running SC2 through wine (kind of like how sc2-python supports it). I've tested it and it works on my machine, the support is feature-gated behind the new wine_sc2 feature. Comments and criticism welcome :) .

ccapitalK commented 3 years ago

@UltraMachine?

UltraMachine commented 3 years ago

Looks good. Consider checking code with Clippy in future 🙂