moving imgui files around

This commit is contained in:
Alex Yatskov 2018-12-31 13:14:13 -08:00
parent 2a22e7a446
commit 5eeb5b6b3e
3 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package platform
import ( import (
"github.com/FooSoft/lazarus/math" "github.com/FooSoft/lazarus/math"
"github.com/FooSoft/lazarus/platform/imgui_backend" "github.com/FooSoft/lazarus/platform/imgui"
"github.com/go-gl/gl/v2.1/gl" "github.com/go-gl/gl/v2.1/gl"
"github.com/veandco/go-sdl2/sdl" "github.com/veandco/go-sdl2/sdl"
) )