Skip to content

Commit

Permalink
Updated ImGui to 1.68 and bumped version to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lmariscal committed Feb 19, 2019
1 parent baef9ee commit 9ddffed
Show file tree
Hide file tree
Showing 3 changed files with 628 additions and 226 deletions.
2 changes: 1 addition & 1 deletion nimgl.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ proc walkRecursive(dir: string) =
task test, "test stuff under examples dir":
exec("nimble install -y glm")
for file in listFiles("examples"):
if file[6] == 't' and file.nimExt:
if file[9] == 't' and file.nimExt:
echo "\n[info] testing " & file[6..<file.len]
#exec("nim c --verbosity:0 --hints:off -r " & file)
exec("nim c -d:opengl_debug " & file)
Expand Down
Loading

0 comments on commit 9ddffed

Please sign in to comment.