Change package name to edgaru089.ink/go/gl01 & Update dependencies
This commit is contained in:
@ -4,8 +4,8 @@ import (
|
||||
"image/color"
|
||||
"unsafe"
|
||||
|
||||
"edgaru089.ml/go/gl01/internal/asset"
|
||||
"edgaru089.ml/go/gl01/internal/util/itype"
|
||||
"edgaru089.ink/go/gl01/internal/asset"
|
||||
"edgaru089.ink/go/gl01/internal/util/itype"
|
||||
"github.com/go-gl/gl/all-core/gl"
|
||||
"github.com/go-gl/mathgl/mgl32"
|
||||
)
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
_ "embed"
|
||||
"unsafe"
|
||||
|
||||
"edgaru089.ml/go/gl01/internal/util/itype"
|
||||
"edgaru089.ink/go/gl01/internal/util/itype"
|
||||
"github.com/go-gl/gl/all-core/gl"
|
||||
)
|
||||
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"log"
|
||||
"strings"
|
||||
|
||||
"edgaru089.ml/go/gl01/internal/util/itype"
|
||||
"edgaru089.ink/go/gl01/internal/util/itype"
|
||||
"github.com/go-gl/gl/all-core/gl"
|
||||
"github.com/go-gl/mathgl/mgl32"
|
||||
)
|
||||
|
@ -1,7 +1,7 @@
|
||||
package render
|
||||
|
||||
import (
|
||||
"edgaru089.ml/go/gl01/internal/util/itype"
|
||||
"edgaru089.ink/go/gl01/internal/util/itype"
|
||||
"github.com/go-gl/mathgl/mgl32"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user