Skip to content

Commit

Permalink
adagl_gtk3 0.0.1 (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko authored Dec 26, 2024
1 parent 72c1479 commit caf07b3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions index/ad/adagl_gtk3/adagl_gtk3-0.0.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name = "adagl_gtk3"
description = "OpenGL/Gtk3 binding"
version = "0.0.1"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
maintainers-logins = ["godunko"]
licenses = "Apache-2.0 WITH LLVM-exception"
website = "https://github.com/godunko/adagl"
tags = ["opengl", "gtk"]

project-files = ["../gnat/adagl_gtk3.gpr"]

[configuration]
generate_ada = false
generate_c = false
generate_gpr = true

[[depends-on]]
gnat = ">=14" # VSS 25.0.0 limits compiler to be >=11, but only 14 support necessary language features
gtkada = "*"
vss = "*"

[origin]
commit = "4faa8fd31ab0614269e10b40a9c82cebb3d14b0f"
subdir = "./adagl_gtk3/"
url = "git+https://github.com/godunko/adagl.git"

0 comments on commit caf07b3

Please sign in to comment.