Skip to content

Commit 7406a23

Browse files
fix: absolute library use
1 parent c07f4a2 commit 7406a23

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

blocks

3.42 MB
Binary file not shown.

draw/window_x11.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import (
8484
"unicode/utf8"
8585
"unsafe"
8686

87-
agg "agg_go"
87+
agg "github.com/MeKo-Christian/agg_go"
8888
)
8989

9090
func init() {

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gonutz/prototype
33
go 1.24.0
44

55
require (
6-
agg_go v0.2.1
6+
github.com/MeKo-Christian/agg_go v0.2.2
77
github.com/gonutz/d3d9 v1.2.4
88
github.com/gonutz/gl v1.0.0
99
github.com/gonutz/glfw v1.0.2
@@ -15,5 +15,3 @@ require (
1515
github.com/gonutz/ds v1.0.0 // indirect
1616
golang.org/x/sys v0.40.0 // indirect
1717
)
18-
19-
replace agg_go v0.2.1 => ../agg_go

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
github.com/MeKo-Christian/agg_go v0.2.2 h1:ySw45x1nlMmIPlosRYEqb6qUoremUfZyussCtcocyWw=
2+
github.com/MeKo-Christian/agg_go v0.2.2/go.mod h1:G0hjnR1ZdeDF5v2DS3vcF6M+3s/ZPSaoIFP9F9OMk3Q=
13
github.com/gonutz/d3d9 v1.2.4 h1:whsZkcFOxjPXkVgO6koGzE4prk2IkX5ZMxzIgW7gryk=
24
github.com/gonutz/d3d9 v1.2.4/go.mod h1:q74g3QbR280b+qYauwEV0N9SVadszWPLZ4l/wHiD/AA=
35
github.com/gonutz/ds v1.0.0 h1:GBgZTs+Rvimvq9qM8jij3xi+rUZNf0bux95uTFvUkXQ=

0 commit comments

Comments
 (0)