Fix build
This commit is contained in:
parent
19d2f59142
commit
c1b4b6b15c
2 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,7 @@ go:
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- sudo apt-get update -y
|
||||||
- sudo apt-get install libopenal-dev libxi-dev libxinerama-dev libxcursor-dev libxxf86vm-dev -y
|
- sudo apt-get install libopenal-dev libxi-dev libxinerama-dev libxcursor-dev libxxf86vm-dev -y
|
||||||
|
|
||||||
- curl -s -L http://www.cmake.org/files/v3.7/cmake-3.7.2.tar.gz | tar xz
|
- curl -s -L http://www.cmake.org/files/v3.7/cmake-3.7.2.tar.gz | tar xz
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
package raylib
|
package raylib
|
||||||
|
|
||||||
|
/*
|
||||||
|
#include "raylib.h"
|
||||||
|
*/
|
||||||
|
import "C"
|
||||||
|
|
||||||
// Gestures
|
// Gestures
|
||||||
type Gestures int32
|
type Gestures int32
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue