shuttle-examples icon indicating copy to clipboard operation
shuttle-examples copied to clipboard

fix: Remove bevy example workspace

Open joshua-mo-143 opened this issue 1 year ago • 2 comments

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

joshua-mo-143 avatar Jun 16 '24 00:06 joshua-mo-143

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

jonaro00 avatar Jun 17 '24 08:06 jonaro00

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.

joshua-mo-143 avatar Jun 17 '24 16:06 joshua-mo-143