Skip to content

Commit 3a26ffb

Browse files
committed
Updated README.md
1 parent c6f9b6a commit 3a26ffb

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Documentation/Platforms.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ This library aims to offer support for multiple platforms through a single codeb
1313
| [Godot 4](https://godotengine.org/) | C# | macOS | 4.3 |||
1414
| [Godot 4](https://godotengine.org/) | C# | Windows | 4.3 |||
1515
| [SDL](https://www.libsdl.org/) | C++ | macOS | 2.30.8 |||
16-
| [SDL](https://www.libsdl.org/) | C++ | Windows | - | - | - |
16+
| [SDL](https://www.libsdl.org/) | C++ | Windows | 2.30.8 | - | - |
17+
| [MonoGame](https://monogame.net/) | C# | macOS | 3.8.2 || - |
18+
| [MonoGame](https://monogame.net/) | C# | Windows | 3.8.2 || - |

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ This library aims to offer support for multiple platforms through a single codeb
7878
| [Godot 4](https://godotengine.org/) | C# | macOS | 4.3 |||
7979
| [Godot 4](https://godotengine.org/) | C# | Windows | 4.3 |||
8080
| [SDL](https://www.libsdl.org/) | C++ | macOS | 2.30.8 |||
81-
| [SDL](https://www.libsdl.org/) | C++ | Windows | - | - | - |
81+
| [SDL](https://www.libsdl.org/) | C++ | Windows | 2.30.8 | - | - |
82+
| [MonoGame](https://monogame.net/) | C# | macOS | 3.8.2 || - |
83+
| [MonoGame](https://monogame.net/) | C# | Windows | 3.8.2 || - |
8284

8385
## Install
8486

RhythmGameUtilities/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ This library aims to offer support for multiple platforms through a single codeb
7878
| [Godot 4](https://godotengine.org/) | C# | macOS | 4.3 |||
7979
| [Godot 4](https://godotengine.org/) | C# | Windows | 4.3 |||
8080
| [SDL](https://www.libsdl.org/) | C++ | macOS | 2.30.8 |||
81-
| [SDL](https://www.libsdl.org/) | C++ | Windows | - | - | - |
81+
| [SDL](https://www.libsdl.org/) | C++ | Windows | 2.30.8 | - | - |
82+
| [MonoGame](https://monogame.net/) | C# | macOS | 3.8.2 || - |
83+
| [MonoGame](https://monogame.net/) | C# | Windows | 3.8.2 || - |
8284

8385
## Install
8486

UnityPackage/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ This library aims to offer support for multiple platforms through a single codeb
7878
| [Godot 4](https://godotengine.org/) | C# | macOS | 4.3 |||
7979
| [Godot 4](https://godotengine.org/) | C# | Windows | 4.3 |||
8080
| [SDL](https://www.libsdl.org/) | C++ | macOS | 2.30.8 |||
81-
| [SDL](https://www.libsdl.org/) | C++ | Windows | - | - | - |
81+
| [SDL](https://www.libsdl.org/) | C++ | Windows | 2.30.8 | - | - |
82+
| [MonoGame](https://monogame.net/) | C# | macOS | 3.8.2 || - |
83+
| [MonoGame](https://monogame.net/) | C# | Windows | 3.8.2 || - |
8284

8385
## Install
8486

0 commit comments

Comments
 (0)