aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2023-02-07 21:43:09 +0100
committerJulien Dessaux2023-02-07 21:43:09 +0100
commit2af51d0b0644834f9c3f1d735e17615200da1261 (patch)
tree610ec0b7002bc4096b64470145180be47a516297
parentZig 0.10 compatibility (diff)
downloadgrenade-brothers-2af51d0b0644834f9c3f1d735e17615200da1261.tar.gz
grenade-brothers-2af51d0b0644834f9c3f1d735e17615200da1261.tar.bz2
grenade-brothers-2af51d0b0644834f9c3f1d735e17615200da1261.zip
Updated dependencies
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e0307ba..e91b867 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ Since [learning zig](https://www.adyxax.org/blog/2022/08/22/learning-the-zig-pro
## Dependencies
-zig is required. Only zig version >= 0.10.0 on linux amd64 (Gentoo) is being regularly tested.
+zig is required. Only zig version >= 0.10.1 on linux amd64 (Gentoo) is being regularly tested.
-On top of that the wasm4 runtime (which I installed from npm) is required, version >= 2.5.3.
+On top of that the wasm4 runtime (which I installed from npm) is required, version >= 2.5.4.
## Quick start