From d1f6e18b9470f1140c34cabbae46a4ae21d86bc1 Mon Sep 17 00:00:00 2001 From: dusk Date: Wed, 25 Sep 2024 18:20:28 +0300 Subject: [PATCH] docs: add link to asset in asset library in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f3ee52..7adb976 100644 --- a/README.md +++ b/README.md @@ -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))