Skip to content

Commit

Permalink
fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
Temtaime committed Apr 12, 2023
1 parent 6a258c0 commit bd47840
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion source/stb/image/package.d
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module stb.image;
import std, etc.c.zlib, stb_main, core.stdc.string : memcpy;
import std, etc.c.zlib, stb, core.stdc.string : memcpy;

public import stb.image.color;

Expand Down
2 changes: 1 addition & 1 deletion source/stb/package.d
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module stb;
import stb_main;
public import stb_main;

int binarySearch(int min, int max, int delegate(int) comp, bool lower = true)
{
Expand Down
9 changes: 2 additions & 7 deletions stb.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@
{
"path": "."
}
],
"settings": {
"files.associations": {
"stb.h": "c"
}
}
}
]
}

0 comments on commit bd47840

Please sign in to comment.