10 lines
289 B
Modula-2
10 lines
289 B
Modula-2
module examples
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gen2brain/raylib-go/physics v0.0.0-20230413172235-a62b332ffc4a
|
|
github.com/gen2brain/raylib-go/raylib v0.0.0-20230413172235-a62b332ffc4a
|
|
github.com/jakecoffman/cp v1.2.1
|
|
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b
|
|
)
|