12 lines
438 B
Modula-2
12 lines
438 B
Modula-2
module examples
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gen2brain/raylib-go/easings v0.0.0-20211111173445-914ca1ffdc4d
|
|
github.com/gen2brain/raylib-go/physics v0.0.0-20211111173445-914ca1ffdc4d
|
|
github.com/gen2brain/raylib-go/raygui v0.0.0-20211111173445-914ca1ffdc4d
|
|
github.com/gen2brain/raylib-go/raylib v0.0.0-20211111173445-914ca1ffdc4d
|
|
github.com/jakecoffman/cp v1.1.0
|
|
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b
|
|
)
|