Browse Source

Fixed std depends.

Mark Sibly 9 years ago
parent
commit
51cf554677
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/std/module.json

+ 1 - 1
modules/std/module.json

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