Skip to content

Commit

Permalink
Bump purego dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 20, 2024
1 parent d22e9d2 commit 4a5a331
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ go install github.com/neurlang/wayland/go-wayland-texteditor@latest
go install github.com/neurlang/wayland/go-wayland-texteditor/editor_backend@latest
```

Using older golang (there is support for golang >= 1.16):
Using older golang (there is support for golang >= 1.18):

```
go get github.com/neurlang/wayland/go-wayland-simple-shm@latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/danfragoso/thdwb/mustard v0.0.0-00010101000000-000000000000
github.com/danfragoso/thdwb/profiler v0.0.0-20210612223625-beb2b4a85bbb
github.com/danfragoso/thdwb/sauce v0.0.0-20210612223625-beb2b4a85bbb
github.com/ebitengine/purego v0.5.2
github.com/ebitengine/purego v0.7.1
github.com/fogleman/gg v1.3.0
github.com/neurlang/gm v0.0.2
github.com/neurlang/winc v0.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/danfragoso/thdwb/profiler v0.0.0-20210612223625-beb2b4a85bbb/go.mod h
github.com/danfragoso/thdwb/sauce v0.0.0-20210612223625-beb2b4a85bbb h1:bwMeAatAS5shQCBgytMaHZkDYIdzJFmP7ykwdvyFLik=
github.com/danfragoso/thdwb/sauce v0.0.0-20210612223625-beb2b4a85bbb/go.mod h1:rFNrwGTVbfLtJ6/sprxi8rO/+p70dlmkqsNjvd3PiLI=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/ebitengine/purego v0.5.2 h1:r2MQEtkGzZ4LRtFZVAg5bjYKnUbxxloaeuGxH0t7qfs=
github.com/ebitengine/purego v0.5.2/go.mod h1:ah1In8AOtksoNK6yk5z1HTJeUkC1Ez4Wk2idgGslMwQ=
github.com/ebitengine/purego v0.7.1 h1:6/55d26lG3o9VCZX8lping+bZcmShseiqlh2bnUDiPA=
github.com/ebitengine/purego v0.7.1/go.mod h1:ah1In8AOtksoNK6yk5z1HTJeUkC1Ez4Wk2idgGslMwQ=
github.com/fogleman/gg v1.3.0 h1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=
github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
github.com/goki/freetype v1.0.4 h1:Uy/EhSGL0MvF33s2D15DhvPywF9yEfbiNJwoSn9wkjQ=
Expand Down

0 comments on commit 4a5a331

Please sign in to comment.