Skip to content

Commit e4873c1

Browse files
authored
chore: update examples to gg v0.29.5
1 parent fc6f80a commit e4873c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/gogpu_integration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gogpu/gg/examples/gogpu_integration
33
go 1.25
44

55
require (
6-
github.com/gogpu/gg v0.29.3
6+
github.com/gogpu/gg v0.29.5
77
github.com/gogpu/gogpu v0.20.4
88
github.com/gogpu/gpucontext v0.9.0
99
)

examples/gogpu_integration/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/go-webgpu/goffi v0.3.9 h1:dD1F7GZQV54ET6Fdcb+4776W1/OfbSb9DOJADVZEQLc
66
github.com/go-webgpu/goffi v0.3.9/go.mod h1:wfoxNsJkU+5RFbV1kNN1kunhc1lFHuJKK3zpgx08/uM=
77
github.com/go-webgpu/webgpu v0.3.1 h1:GxaJ3Cz2FGzHZ3adAYvuRFTdCMcwrENLbuilyIxSH0o=
88
github.com/go-webgpu/webgpu v0.3.1/go.mod h1:lPa1+DhNDB3jb97/KI2ivW+ewK1V9x4k58fObvWBhR4=
9-
github.com/gogpu/gg v0.29.3 h1:i25wjxl6SnUOKkKs5K/69ulmIcLCPOx+rabaxWOCa6s=
10-
github.com/gogpu/gg v0.29.3/go.mod h1:saGMVwuWcqce1D7lnkeDYHEaZ8/7dVTXsh1X3qFqrfw=
9+
github.com/gogpu/gg v0.29.5 h1:0H7IdvT0FsssT8NCSh+1uL1O4wC34zD49f+A/81CFso=
10+
github.com/gogpu/gg v0.29.5/go.mod h1:Ht8UplINvrkaK2WDXL/gHJrCUp9wqVdpwsl8n1aA3d8=
1111
github.com/gogpu/gogpu v0.20.4 h1:tZKFXOqPMfcWaMPnF93CjYSAv93UEw+4pH1CIqm6x3o=
1212
github.com/gogpu/gogpu v0.20.4/go.mod h1:v1m5pAiJa2vHahPvvLI2H0u3mr2iis7jqmE8iA0g0+8=
1313
github.com/gogpu/gpucontext v0.9.0 h1:RCM3oXtxR/i7YZrbH68zBjieE4j0TF731MrPnnD2Los=

0 commit comments

Comments
 (0)