jeremyletang / rust-sfml

SFML bindings for Rust
Other
638 stars 88 forks source link

build.rs uses current default toolchain to determine the features enabled #295

Closed donicrosby closed 1 year ago

donicrosby commented 1 year ago

This PR fixes the build.rs config so that when building for a different target (e.g. Windows on a Linux box) it selects the proper features and dynamic and static libs

crumblingstatue commented 1 year ago

Thank you for your pull request. I'm currently sick in bed, but I'll review it as soon as I'm feeling better

crumblingstatue commented 1 year ago

Thank you for your contribution!