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
7
raygui/go.mod
Normal file
7
raygui/go.mod
Normal file
|
@ -0,0 +1,7 @@
|
|||
module github.com/gen2brain/raylib-go/raygui
|
||||
|
||||
go 1.16
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../raylib
|
||||
|
||||
require github.com/gen2brain/raylib-go/raylib v0.0.0-00010101000000-000000000000
|
Loading…
Add table
Add a link
Reference in a new issue