Skip to content

Commit

Permalink
use gpu version of slboolcore instead of vgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Sep 30, 2024
1 parent b9759f0 commit e8cf244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egui/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ package egui
import (
"cogentcore.org/core/core"
"cogentcore.org/core/events"
_ "cogentcore.org/core/gpu/gosl/slbool/slboolcore" // include to get gui views

Check failure on line 12 in egui/gui.go

View workflow job for this annotation

GitHub Actions / build

no required module provides package cogentcore.org/core/gpu/gosl/slbool/slboolcore; to add it:
"cogentcore.org/core/plot/plotcore"
"cogentcore.org/core/tensor/tensorcore"
_ "cogentcore.org/core/vgpu/gosl/slbool/slboolcore" // include to get gui views
"github.com/emer/emergent/v2/etime"
"github.com/emer/emergent/v2/netview"
)
Expand Down

0 comments on commit e8cf244

Please sign in to comment.