summary refs log tree commit diff stats
path: root/tests/deps/opengl-1.1.0/opengl.nimble
blob: ac3b8aa3291106bca65f5be7d785489ea0c19d26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Package

version = "1.1.0"
author = "Andreas Rumpf"
description = "an OpenGL wrapper"
license = "MIT"

srcDir = "src"

# Dependencies"

requires "nim >= 0.10.3", "x11"