소스 검색

Fixed mojo depends in module.json

Mark Sibly 9 년 전
부모
커밋
5d312bf7e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/mojo/module.json

+ 1 - 1
modules/mojo/module.json

@@ -1,5 +1,5 @@
 {
 	"module":"mojo",
 	"version":"1.0.0",
-	"depends":["emscripten","std","sdl2","sdl2-mixer","gles20"]
+	"depends":["freetype","emscripten","std","sdl2","sdl2-mixer","gles20"]
 }