rustyscreeps / cargo-screeps

Build tool for deploying Rust WASM code to Screeps game servers
MIT License
25 stars 13 forks source link

Allow additional named build 'modes', per-mode build options, and feature set support #23

Closed shanemadden closed 2 years ago

shanemadden commented 3 years ago

I made a big small breaking change to the screeps.toml 😓

My goal was to be able to deploy to different server environments with an arbitrary number of different configurations (MMO, PTR, seasonal, private servers), instead of just having copy and upload options in screeps.toml and needing to swap between configs for different servers/output directories.

Still todo if this seems like a decent approach: