From 1e01b1280597ba584f2aab9609979731f21a60ed Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 22 Sep 2023 21:18:27 +0800 Subject: [PATCH] ... --- docs/index.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 303a61b4..b95490cb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,9 +28,17 @@ print(primes) # [2, 3, 5, 7, 11, 13, 17, 19] ``` -## Unity plugin +## Supported Platforms -If you are working with [Unity Engine](https://unity.com/), you can download our plugin [PocketPython](https://assetstore.unity.com/packages/tools/visual-scripting/pocketpy-241120) on the Asset Store. +pkpy should work on any platform with a C++17 compiler. +These platforms are officially tested. + ++ Windows 64-bit ++ Linux 64-bit / 32-bit ++ macOS 64-bit ++ Android 64-bit / 32-bit ++ iOS 64-bit ++ Emscripten 32-bit ## Sponsor me