diff options
| author | Oskari Timperi <oswjk@users.noreply.github.com> | 2020-04-16 12:11:41 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 12:11:41 +0300 |
| commit | 1a9e6d0ece1a911cf246b0019fb8ff9e1c01af56 (patch) | |
| tree | 18c0824f4548150a12490256b4a296986cdaac07 | |
| parent | d2004b1f05ef0d17f14728837dbb1d061eea563d (diff) | |
| parent | df889fbd81c07c53678bda6e75691a6d05162dbb (diff) | |
| download | nimraylib-master.tar.gz nimraylib-master.zip | |
update to Raylib v3.0.0
| -rw-r--r-- | raylib.cfg | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,8 +2,8 @@ output = raylib [n.prepare] -download-lin = "https://github.com/raysan5/raylib/releases/download/2.5.0/raylib-2.5.0-Linux-amd64.tar.gz" -execute-lin = "tar -C raylib --strip-components=1 -x -f raylib/raylib-2.5.0-Linux-amd64.tar.gz" +download-lin = "https://github.com/raysan5/raylib/releases/download/3.0.0/raylib-3.0.0-Linux-amd64.tar.gz" +execute-lin = "tar -C raylib --strip-components=1 -x -f raylib/raylib-3.0.0-Linux-amd64.tar.gz" [n.include] raylib/include @@ -36,6 +36,9 @@ prepend.music = """MusicData* = object search.bool = "_Bool" replace.bool = "bool" +search.audiobuffer = "buffer*: ptr rAudioBuffer" +replace.audiobuffer = "buffer*: pointer" + append = """ template initColor*(rr, gg, bb, aa: int): Color = |
