nim-glew/glew.nimble
Joey Yakimowich-Payne cb5066b3ae Add simple example
2020-09-13 20:28:17 -06:00

13 lines
306 B
Nim

# Package
version = "0.2.0"
author = "Joey Yakimowich-Payne"
description = "Autogenerated glew bindings for Nim"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 1.0.6", "https://github.com/jyapayne/nimterop#head", "https://github.com/jyapayne/nim-glfw#head"