Files
WickedShell c37a9c8328 Openglada: Correct libx11 version (#276)
* Openglada: Correct libx11 version

* Index x11 on Arch

* Fix openglada 0.6 dependencies

* Set windowing system on Windows/macOS

* Fix gnat dependency to all platforms

Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
2021-05-06 13:20:08 +02:00

31 lines
1.0 KiB
TOML

description = "Thick Ada binding for OpenGL and GLFW"
name = "openglada"
version = "0.6.0"
website = "http://flyx.github.io/OpenGLAda/"
authors = ["Felix Krause <contact@flyx.org>"]
executables = ["gl_test-opengl3", "gl_test-context", "gl_test-vbos", "gl_test-shaders", "gl_test-framebuffers", "gl_test-immediate"]
licenses = "MIT"
maintainers = ["Felix Krause <contact@flyx.org>"]
maintainers-logins = ["flyx"]
project-files = ["opengl.gpr", "opengl-glfw.gpr", "opengl-soil.gpr", "opengl-test.gpr"]
[[depends-on]]
gnat = "<8"
[depends-on."case(os)".linux]
libglfw3 = "^3"
libx11 = "^1"
[gpr-externals]
Auto_Exceptions = ["enabled", "disabled"]
GLFW_Version = ["2", "3"]
Mode = ["debug", "release"]
[gpr-set-externals."case(os)"]
linux = { Windowing_System = "x11" }
macos = { Windowing_System = "quartz" }
windows = { Windowing_System = "windows" }
[origin]
url = "https://github.com/flyx/OpenGLAda/archive/v0.6.tar.gz"
hashes = ["sha512:764ed2caad37a9fb0897316724bfa53f53211b96fec63508c9926418a5cfc3e111b40b2352ad797a7ea855e269b4762d8de2306e747ef52b2eed71660e06a87c"]