Robert Garrett 18ab509554 Fix: automatic var to use *all* deps, not first
The tarball target depends on all the dependencies, but the automatic
variable `$<` means "the first dependency". It should be "all deps", or
`$^`.
2025-10-30 09:04:56 -05:00
2025-09-03 14:41:53 -05:00
2025-10-28 16:23:17 -05:00
2025-09-04 09:17:21 -05:00
Description
A Boids implementation in Rust and Bevy, with a WASM build.
AGPL-3.0 84 MiB
Languages
Rust 76.5%
HTML 12.4%
Makefile 9.7%
Dockerfile 1.4%