Skip to content

Commit

Permalink
Fixes for running examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sedyh committed Dec 25, 2021
1 parent da528b6 commit 2cd42ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions examples/particles/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ module github.com/sedyh/mizu/examples/particles

go 1.17

replace github.com/sedyh/mizu => ../../

require (
github.com/sedyh/mizu v0.0.0-00010101000000-000000000000
github.com/hajimehoshi/ebiten/v2 v2.2.3
github.com/sedyh/mizu v1.0.0
)

require (
Expand Down
2 changes: 2 additions & 0 deletions examples/particles/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1y
github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4/go.mod h1:4OwLy04Bl9Ef3GJJCoec+30X3LQs/0/m4HFRt/2LUSA=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sedyh/mizu v1.0.0 h1:m1ucRLG/XCBxEoBmx+emfvvDq/LpNjsFNCP5hFRNLGc=
github.com/sedyh/mizu v1.0.0/go.mod h1:/8dPXzGnafYlpnCDCi8QiZOyGZD8cIynw7ERNmc/wEE=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit 2cd42ba

Please sign in to comment.