From fa2c2205dafedcaab7935391a71676ddddd2899c Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 28 Apr 2025 17:20:09 -0400 Subject: [PATCH] Gloat about platform support in the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8fb32f2..39ac41f 100755 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ Physis also supports doing some other useful things other than reading and writi Only Windows versions of the game is supported at the moment. Only the latest version in a patch series is supported, but benchmarks for the expansion should be supported. +## Supported Platforms + +Physis compiles and runs on all major platforms including Windows, macOS, Linux and WebAssembly. + ## Usage If you want to use Physis in your Rust project, you can simply add it as a dependency in `Cargo.toml`: