This repository was archived by the owner on Dec 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 66 "fmt"
77 "os"
88
9- "github.com/inkyblackness/imgui-go/v2 "
9+ "github.com/inkyblackness/imgui-go/v3 "
1010
1111 "github.com/inkyblackness/imgui-go-examples/internal/example"
1212 "github.com/inkyblackness/imgui-go-examples/internal/platforms"
Original file line number Diff line number Diff line change 66 "fmt"
77 "os"
88
9- "github.com/inkyblackness/imgui-go/v2 "
9+ "github.com/inkyblackness/imgui-go/v3 "
1010
1111 "github.com/inkyblackness/imgui-go-examples/internal/example"
1212 "github.com/inkyblackness/imgui-go-examples/internal/platforms"
Original file line number Diff line number Diff line change 66 "fmt"
77 "os"
88
9- "github.com/inkyblackness/imgui-go/v2 "
9+ "github.com/inkyblackness/imgui-go/v3 "
1010
1111 "github.com/inkyblackness/imgui-go-examples/internal/example"
1212 "github.com/inkyblackness/imgui-go-examples/internal/platforms"
Original file line number Diff line number Diff line change 66 "fmt"
77 "os"
88
9- "github.com/inkyblackness/imgui-go/v2 "
9+ "github.com/inkyblackness/imgui-go/v3 "
1010
1111 "github.com/inkyblackness/imgui-go-examples/internal/example"
1212 "github.com/inkyblackness/imgui-go-examples/internal/platforms"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require (
44 github.com/davecgh/go-spew v1.1.1 // indirect
55 github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7
66 github.com/go-gl/glfw v0.0.0-20191125211704-12ad95a8df72
7- github.com/inkyblackness/imgui-go/v2 v2.4 .0
7+ github.com/inkyblackness/imgui-go/v3 v3.0 .0
88 github.com/veandco/go-sdl2 v0.4.0
99)
1010
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 h1:SCYMcCJ89LjRGwEa0tRluN
55github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 /go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk =
66github.com/go-gl/glfw v0.0.0-20191125211704-12ad95a8df72 h1:LgLYrxDRSVv3kStk6louYTP1ekZ6t7HZY/X05KUyaeM =
77github.com/go-gl/glfw v0.0.0-20191125211704-12ad95a8df72 /go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU =
8- github.com/inkyblackness/imgui-go/v2 v2.4 .0 h1:Trb694GPM+ImDgJaOoEXNWk0ofvI1R05JFGTB6PLFH4 =
9- github.com/inkyblackness/imgui-go/v2 v2.4 .0/go.mod h1:cwQKd6U2onyuT5qwSC3DKCRsUE1SQ58TSVVpLoW/pDs =
8+ github.com/inkyblackness/imgui-go/v3 v3.0 .0 h1:+gOBA/xlr528SOGDteKQS+q7QkyBcOi+znhn18BMs/8 =
9+ github.com/inkyblackness/imgui-go/v3 v3.0 .0/go.mod h1:WdM5LZHuTrjd1d+yd2fA19t3mG538kJ6zOLB2sAXF6U =
1010github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1111github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1212github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package demo
33import (
44 "fmt"
55
6- "github.com/inkyblackness/imgui-go/v2 "
6+ "github.com/inkyblackness/imgui-go/v3 "
77)
88
99type windowFlags struct {
Original file line number Diff line number Diff line change 44 "fmt"
55 "time"
66
7- "github.com/inkyblackness/imgui-go/v2 "
7+ "github.com/inkyblackness/imgui-go/v3 "
88
99 "github.com/inkyblackness/imgui-go-examples/internal/demo"
1010)
Original file line number Diff line number Diff line change 88 "runtime"
99
1010 "github.com/go-gl/glfw/v3.2/glfw"
11- "github.com/inkyblackness/imgui-go/v2 "
11+ "github.com/inkyblackness/imgui-go/v3 "
1212)
1313
1414// GLFWClientAPI identifies the render system that shall be initialized.
You can’t perform that action at this time.
0 commit comments