Change package name to edgaru089.ink/go/gl01 & Update dependencies

This commit is contained in:
2024-08-02 18:38:33 +08:00
parent e4fc6f4d96
commit c954c502ba
34 changed files with 90 additions and 82 deletions

View File

@@ -3,13 +3,13 @@ package game
import (
"time"
"edgaru089.ml/go/gl01/internal/entity"
"edgaru089.ml/go/gl01/internal/render"
"edgaru089.ml/go/gl01/internal/util/itype"
"edgaru089.ml/go/gl01/internal/world"
"edgaru089.ink/go/gl01/internal/entity"
"edgaru089.ink/go/gl01/internal/render"
"edgaru089.ink/go/gl01/internal/util/itype"
"edgaru089.ink/go/gl01/internal/world"
"github.com/inkyblackness/imgui-go/v4"
_ "edgaru089.ml/go/gl01/internal/entity/entities"
_ "edgaru089.ink/go/gl01/internal/entity/entities"
)
// Game holds a game scene.