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.
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 yourSpatial.toml
configuration file.