Newer
Older
# Bevy Builder
Docker components for building Bevy based games. Includes Crunch for working with asset files
There isn't much to it. Create your dockerfile based on one of the tags for this image and then run whatever build steps you need to run.
Tag | Description
----|-------------
`latest` | Based on Rust nightly, contains crunch 0.2 with pipeline support
This dockerfile is used to cross-compile the windows version of [Advent Realms](https://adventrealms.com) on a linux system (and in CI) with the command
CMD ["cargo", "build", "--release", "-p", "advent", "--target", "x86_64-pc-windows-gnu"]
```