Skip to content

Commit

Permalink
Update existing platforms note in Platform readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelFB committed Sep 23, 2023
1 parent e88fb9f commit da54479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Platform library is a small C99 library that implements the native methods required to run an application. This includes a small rendering API, image and font loading, and window & input management.

The repo already contains prebuilt binaries for Windows/Linux, but you can also build it yourself using CMake:
The repo already contains prebuilt binaries for 64-bit Windows/Linux/macOS, but you can also build it yourself using CMake:
```sh
mkdir build
cd build
Expand Down

0 comments on commit da54479

Please sign in to comment.