Skip to content

Commit

Permalink
use gpubig version of core
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Jan 7, 2025
1 parent d5c63d3 commit 1a8602a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ module github.com/emer/axon/v2
go 1.22

require (
cogentcore.org/core v0.3.8-0.20241225201506-0a17ddfaddf6
cogentcore.org/core v0.3.8-0.20250107194326-4f9a237dda21
cogentcore.org/lab v0.0.0-20250106082910-c6a5aa45a062
github.com/anthonynsimon/bild v0.13.0
github.com/cogentcore/yaegi v0.0.0-20240724064145-e32a03faad56
github.com/emer/emergent/v2 v2.0.0-dev0.1.7.0.20241223211126-97d70964931f
github.com/emer/v1vision v0.1.1-0.20241223003153-dd6818448b3b
github.com/stretchr/testify v1.9.0
Expand All @@ -22,7 +23,6 @@ require (
github.com/bramvdbogaerde/go-scp v1.4.0 // indirect
github.com/chewxy/math32 v1.10.1 // indirect
github.com/cogentcore/webgpu v0.0.0-20241212004832-ad7475f3b4dd // indirect
github.com/cogentcore/yaegi v0.0.0-20240724064145-e32a03faad56 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/ergochat/readline v0.1.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cogentcore.org/core v0.3.8-0.20241225201506-0a17ddfaddf6 h1:48UDFaDaYBZ6Xg+Z6JeyC7MWXmerpctXOAGpGx7G+So=
cogentcore.org/core v0.3.8-0.20241225201506-0a17ddfaddf6/go.mod h1:Ipnb14B+l0qLzjvcvCIhnDucV9H9RyuqS4knZz5kB8A=
cogentcore.org/core v0.3.8-0.20250107194326-4f9a237dda21 h1:ZcRFeLi4sKmi+isMJQuPeBPBo3CwUYRxukutBMT1Lcw=
cogentcore.org/core v0.3.8-0.20250107194326-4f9a237dda21/go.mod h1:Ipnb14B+l0qLzjvcvCIhnDucV9H9RyuqS4knZz5kB8A=
cogentcore.org/lab v0.0.0-20250106082910-c6a5aa45a062 h1:mBtnc0MPlbxLspD1CFQj3HBmU/VZf73mrOvzTpaoxfc=
cogentcore.org/lab v0.0.0-20250106082910-c6a5aa45a062/go.mod h1:bKg+YMAyzEeEygJvn8rT/L9+Uqd50VyBzqQFrF29zuk=
github.com/Bios-Marcel/wastebasket v0.0.4-0.20240213135800-f26f1ae0a7c4 h1:6lx9xzJAhdjq0LvVfbITeC3IH9Fzvo1aBahyPu2FuG8=
Expand Down

0 comments on commit 1a8602a

Please sign in to comment.