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 (
|
import (
|
||||||
_ "embed"
|
_ "embed"
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.danitheskunk.com/squishy/blooblib/color"
|
|
||||||
. "git.danitheskunk.com/squishy/blooblib/src"
|
. "git.danitheskunk.com/squishy/blooblib/src"
|
||||||
|
"git.danitheskunk.com/squishy/blooblib/src/color"
|
||||||
"github.com/veandco/go-sdl2/sdl"
|
"github.com/veandco/go-sdl2/sdl"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue