Skip to content

Commit 0eea3b7

Browse files
committed
Add loading of procs and extensions
1 parent 34844cb commit 0eea3b7

File tree

5 files changed

+12356
-85
lines changed

5 files changed

+12356
-85
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,5 @@ imgui.ini
163163
docs/
164164

165165
# End of https://www.gitignore.io/api/c,osx,nim,c++,linux,macos,windows,visualstudiocode
166+
167+
*.xml

opengl.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ skipDirs = @["tests"]
1212
requires "nim >= 1.0.0"
1313

1414
task gen, "Generate bindings":
15-
exec("nim c -r tools/generator.nim")
15+
exec("nim c -d:ssl -r tools/generator.nim")
1616

1717
task test, "Build an test bindings":
1818
requires "nimgl@#1.0" # Please https://github.com/nim-lang/nimble/issues/482

0 commit comments

Comments
 (0)