From 1db0c49e0c0ec3d191974eca935b96c922dc821a Mon Sep 17 00:00:00 2001 From: dusk Date: Fri, 29 Nov 2024 00:05:48 +0300 Subject: [PATCH] docs: clarify which platforms are supported --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d139fcd..48c3f96 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ download it from the [asset library](https://godotengine.org/asset-library/asset or clone the repository, and run `just build-all` to build the libraries (in release mode) for all supported targets. (requires [cross](https://github.com/cross-rs/cross), [just](https://github.com/casey/just) and [nushell](https://github.com/nushell/nushell)) +currently, linux, windows and web (wasm) is supported. + ## development it's just a standard rust project under `rust`, so make sure you have `rustup` installed (or the toolchain specified under `rust-toolchain.toml`.)