Skip to content

Commit

Permalink
run sed -i -e "s/imgui \"github.com\/AllenDang\/cimgui-go/\"github.co…
Browse files Browse the repository at this point in the history
…m\/AllenDang\/cimgui-go\/imgui/g" *
  • Loading branch information
gucio321 committed Sep 24, 2024
1 parent 1141130 commit b308e45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Alignment.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"image"

imgui "github.com/AllenDang/cimgui-go"
"github.com/AllenDang/cimgui-go/imgui"
)

// These constants holds information about where GetWidgetWidth should proceed their
Expand Down
2 changes: 1 addition & 1 deletion Canvas.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"image"
"image/color"

imgui "github.com/AllenDang/cimgui-go"
"github.com/AllenDang/cimgui-go/imgui"
)

// Canvas represents imgui.DrawList
Expand Down
2 changes: 1 addition & 1 deletion ClickableWidgets.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"image"
"image/color"

imgui "github.com/AllenDang/cimgui-go"
"github.com/AllenDang/cimgui-go/imgui"
"golang.org/x/image/colornames"
)

Expand Down

0 comments on commit b308e45

Please sign in to comment.