docs: add link to asset in asset library in readme

This commit is contained in:
dusk 2024-09-25 18:20:28 +03:00
parent c771ad9417
commit d1f6e18b94

View File

@ -9,7 +9,7 @@ it can handle about 2000 boids in a single flock at 11ms physics process tick on
## usage
download it from the asset library.
download it from the [asset library](https://godotengine.org/asset-library/asset/3284).
or clone the repository, and run `rust/package-release.sh` to build the libraries for all supported targets.
(requires [cross](https://github.com/cross-rs/cross))