소스 검색

fixed dependency on image/png

Daniel Salvadori 7 년 전
부모
커밋
9d6952a24f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      window/glfw.go

+ 1 - 0
window/glfw.go

@@ -11,6 +11,7 @@ import (
 	"github.com/go-gl/glfw/v3.2/glfw"
 	"os"
 	"image"
+	_ "image/png"
 	"bytes"
 	"github.com/g3n/engine/gui/assets"
 )