Kaynağa Gözat

fixed dependency on image/png

Daniel Salvadori 7 yıl önce
ebeveyn
işleme
9d6952a24f
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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"
 )