jamiebrynes7 / spatialos-sdk-rs

Rust integration of the SpatialOS C API bindings
Apache License 2.0
21 stars 6 forks source link

Download the SpatialOS SDK as part of cargo-spatial #74

Closed randomPoison closed 5 years ago

randomPoison commented 5 years ago

Users need to have the SDK downloaded before they can compile the Rust SDK, and this is currently handled as a manual step before they can even build their project. We should handle this automatically as part of cargo-spatial. This should include specifying a library version in your Spatial.toml configuration file.

jamiebrynes7 commented 5 years ago

Going to grab this to become more familiar with the cargo-spatial part of the codebase :smile: