13 lines
252 B
Nim
13 lines
252 B
Nim
# Package
|
|
|
|
version = "0.1.0"
|
|
author = "Joey Yakimowich-Payne"
|
|
description = "Autogenerated glew bindings for Nim"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.0.6", "nimterop#head", "regex >= 0.14.1"
|