Add support for Go modules, issue #141

This commit is contained in:
Milan Nikolic 2021-07-14 16:51:35 +02:00
parent 8ff192f923
commit ccae99cbf6
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
7 changed files with 70 additions and 0 deletions

9
examples/go.mod Normal file
View file

@ -0,0 +1,9 @@
module examples
go 1.16
require (
github.com/gen2brain/raylib-go v0.0.0-20210623105341-8ff192f923a5
github.com/jakecoffman/cp v1.1.0
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b
)