Skip to content

Commit 82a279f

Browse files
committed
Update README.md
1 parent 409f3f3 commit 82a279f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ GateEngine includes intuitive APIs for loading resources, handling user inputs,
55
## Platform Support:
66
| Platform | CI | Graphics | Audio | Keyboard | Mouse | Touch | Gamepad |
77
|---------:|:---|:---------|:------|:---------|:------|:------|:--------|
8-
| [**macOS**](https://apps.apple.com/us/app/xcode/id497799835) | [![](https://img.shields.io/github/actions/workflow/status/STREGAsGate/GateEngine/macOS.yml?label=Swift%206.0)](https://github.com/STREGAsGate/GateEngine/actions/workflows/macOS.yml) | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
9-
| [**Windows** 10+](https://www.swift.org/getting-started/#on-windows) | ⚠️ | ✔︎ || ✔︎ | ✔︎ || ✔︎ |
8+
| [**macOS**](https://apps.apple.com/us/app/xcode/id497799835) 10.15+ | [![](https://img.shields.io/github/actions/workflow/status/STREGAsGate/GateEngine/macOS.yml?label=Swift%206.0)](https://github.com/STREGAsGate/GateEngine/actions/workflows/macOS.yml) | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
9+
| [**Windows**](https://www.swift.org/getting-started/#on-windows) 10,11 | ⚠️ | ✔︎ || ✔︎ | ✔︎ || ✔︎ |
1010
| [**Linux**](https://www.swift.org/getting-started/#on-linux) | ⚠️ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ⛌ | ✔︎
11-
| [**iOS** 13.0+</br>**iPadOS** 13.0+</br>**tvOS** 13.0+](https://apps.apple.com/us/app/xcode/id497799835) | [![](https://img.shields.io/github/actions/workflow/status/STREGAsGate/GateEngine/iOS-tvOS.yml?label=Swift%206.0)](https://github.com/STREGAsGate/GateEngine/actions/workflows/iOS-tvOS.yml) | ✔︎</br>✔︎</br>✔︎ | ✔︎</br>✔︎</br>✔︎ | ✔︎</br>✔︎</br>✔︎ | ⛌</br>✔︎</br>⛌ | ✔︎</br>✔︎</br>⛌ | ✔︎</br>✔︎</br>✔︎
11+
| [**iOS**](https://apps.apple.com/us/app/xcode/id497799835) 13.0+</br>[**iPadOS**](https://apps.apple.com/us/app/xcode/id497799835) 13.0+</br>[**tvOS**](https://apps.apple.com/us/app/xcode/id497799835) 13.0+ | [![](https://img.shields.io/github/actions/workflow/status/STREGAsGate/GateEngine/iOS-tvOS.yml?label=Swift%206.0)](https://github.com/STREGAsGate/GateEngine/actions/workflows/iOS-tvOS.yml) | ✔︎</br>✔︎</br>✔︎ | ✔︎</br>✔︎</br>✔︎ | ✔︎</br>✔︎</br>✔︎ | ⛌</br>✔︎</br>⛌ | ✔︎</br>✔︎</br>⛌ | ✔︎</br>✔︎</br>✔︎
1212
| **Android**¹ | ⚠️ | ⛌ | ⛌ | ⛌ | ⛌ | ⛌ | ⛌
1313
| [**HTML5**](https://book.swiftwasm.org/getting-started/setup.html) | ⚠️ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
1414

0 commit comments

Comments
 (0)