Browse Source

Use my fork of raylib until it is fixed

master
Macoy Madson 2 years ago
parent
commit
c438b2534b
  1. 4
      src/Raylib.cake

4
src/Raylib.cake

@ -69,6 +69,8 @@
(add-dependency-git-submodule
clone-raylib
"https://github.com/raysan5/raylib.git"
;; "https://github.com/raysan5/raylib.git"
;; Use my fork until https://github.com/raysan5/raylib/pull/2318 is in
"https://github.com/makuto/raylib.git"
"Dependencies/raylib")

Loading…
Cancel
Save