Change package name to edgaru089.ink/go/gl01 & Update dependencies
This commit is contained in:
@ -5,10 +5,10 @@ import (
|
||||
"runtime"
|
||||
"time"
|
||||
|
||||
"edgaru089.ml/go/gl01/internal/game"
|
||||
gio "edgaru089.ml/go/gl01/internal/io"
|
||||
_ "edgaru089.ml/go/gl01/internal/render/gpu_preference"
|
||||
"edgaru089.ml/go/gl01/internal/util/itype"
|
||||
"edgaru089.ink/go/gl01/internal/game"
|
||||
gio "edgaru089.ink/go/gl01/internal/io"
|
||||
_ "edgaru089.ink/go/gl01/internal/render/gpu_preference"
|
||||
"edgaru089.ink/go/gl01/internal/util/itype"
|
||||
"github.com/go-gl/gl/all-core/gl"
|
||||
"github.com/go-gl/glfw/v3.3/glfw"
|
||||
)
|
||||
|
Reference in New Issue
Block a user