You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
include(FetchContent)
2
2
3
-
cmake_minimum_required(VERSION3.11)
3
+
# 2025-02-15: based on https://github.com/raysan5/raylib/blob/master/src/external/glfw/CMakeLists.txt, make sure the CMake version are between 3.4 and 3.28 or the whole raylib lib will face fatal errors
# 2025-02-15: based on @link: https://learn.microsoft.com/en-us/cpp/build/reference/o-options-optimize-code?view=msvc-170. MSVC only accept O2 and don't have O3 optimization flag
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1

2
2
3
-
# node-raylib [](https://npmjs.org/package/raylib"View this project on npm")[](https://github.com/RobLoach/node-raylib/actions?query=workflow%3ATests+branch%3Amaster"See automated test status on GitHub Actions")
3
+
# node-raylib [](https://npmjs.org/package/raylib"View this project on npm")[](https://github.com/RobLoach/node-raylib/actions/workflows/test.yml"See automated test status on GitHub Actions")
4
4
5
5
[Node.js](https://nodejs.org) bindings for [raylib](https://www.raylib.com/), a simple and easy-to-use library to enjoy videogames programming (www.raylib.com).
0 commit comments