Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adagl_gtk3 0.0.1 #1340

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"

Loading