nim-glfw/glfw.nimble
Joey Yakimowich-Payne e6c5d2f1d0 Initial working project
2020-08-23 20:38:33 -06:00

13 lines
251 B
Nim

# Package
version = "0.1.0"
author = "Joey Yakimowich-Payne"
description = "GLFW Bindings"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 1.0.6", "https://github.com/jyapayne/nimterop#367ec05", "regex"