You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
987 B
Modula-2
22 lines
987 B
Modula-2
module rgb
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
gitea.wagshome.duckdns.org/publicWagsHome/go-rpi-rgb-led-matrix v0.0.0-20220709235716-bf87ebdb3e55
|
|
github.com/fogleman/gg v1.3.0
|
|
)
|
|
|
|
require (
|
|
dmitri.shuralyov.com/gpu/mtl v0.0.0-20201218220906-28db891af037 // indirect
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/jezek/xgb v1.0.0 // indirect
|
|
golang.org/x/exp/shiny v0.0.0-20220713135740-79cabaa25d75 // indirect
|
|
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
|
|
golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd // indirect
|
|
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|
|
|
|
replace gitea.wagshome.duckdns.org/publicWagsHome/go-rpi-rgb-led-matrix v0.0.0-20220709235716-bf87ebdb3e55 => /usr/src/app |