shuttle-hq / shuttle-examples

Examples for using Shuttle with different frameworks and resources
https://www.shuttle.rs
147 stars 59 forks source link

fix: Remove bevy example workspace #174

Closed joshua-mo-143 closed 4 weeks ago

joshua-mo-143 commented 5 months ago

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

jonaro00 commented 5 months ago

You'll need to update templates.toml to point to the correct manifest directory to fix CI.

joshua-mo-143 commented 5 months ago

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.