Add support for Go modules, issue #141
This commit is contained in:
parent
8ff192f923
commit
ccae99cbf6
7 changed files with 70 additions and 0 deletions
9
examples/go.mod
Normal file
9
examples/go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue