Skip to content

Commit

Permalink
v2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
temidaradev committed Jan 1, 2025
1 parent 1faad98 commit 61c0da5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/assets/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package assets
import (
"embed"

"github.com/temidaradev/esset"
"github.com/temidaradev/esset/v2"
)

//go:embed *
Expand Down
4 changes: 2 additions & 2 deletions example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"github.com/hajimehoshi/ebiten/v2"
"github.com/hajimehoshi/ebiten/v2/inpututil"
"github.com/hajimehoshi/ebiten/v2/text/v2"
"github.com/temidaradev/esset"
"github.com/temidaradev/esset/example/assets"
"github.com/temidaradev/esset/v2"
"github.com/temidaradev/esset/v2/example/assets"
)

type Char struct {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/temidaradev/esset
module github.com/temidaradev/esset/v2

go 1.23.2

Expand Down

0 comments on commit 61c0da5

Please sign in to comment.