shuttle-examples
shuttle-examples copied to clipboard
fix: Remove bevy example workspace
Description of change
Using a Cargo workspace causes the bevy example to not compile as during deployments, it will attempt to compile every single crate within a workspace.
How has this been tested? (if applicable)
Manual testing
You'll need to update templates.toml to point to the correct manifest directory to fix CI.
Hmmm. This might be difficult to deal with then.
If we update the templates.toml file, I'm a bit wary that it might only clone the server folder (once templates are released) which would break the template.
If this isn't a problem in the long run though, I'll update it.