浏览代码

Fixed std depends.

Mark Sibly 9 年之前
父节点
当前提交
51cf554677
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/std/module.json

+ 1 - 1
modules/std/module.json

@@ -1,5 +1,5 @@
 {
 {
 	"module":"std",
 	"module":"std",
 	"version":"1.0.0",
 	"version":"1.0.0",
-	"depends":["libc","stb-image","miniz"]
+	"depends":["libc","stb-image","stb-image-write","miniz"]
 }
 }