moved color to src/color
This commit is contained in:
parent
1196fe3d59
commit
5449d06392
2
main.go
2
main.go
|
@ -3,8 +3,8 @@ package main
|
|||
import (
|
||||
_ "embed"
|
||||
"fmt"
|
||||
"git.danitheskunk.com/squishy/blooblib/color"
|
||||
. "git.danitheskunk.com/squishy/blooblib/src"
|
||||
"git.danitheskunk.com/squishy/blooblib/src/color"
|
||||
"github.com/veandco/go-sdl2/sdl"
|
||||
"time"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue