raylib 0.1.0 (#1021)

* Raylib 0.1.0

* Update raylib-0.1.0.toml
This commit is contained in:
Fabien Chouteau
2024-04-01 12:46:26 +02:00
committed by GitHub
parent ce263b6d27
commit b9c5cd2f98
+18
View File
@@ -0,0 +1,18 @@
name = "raylib"
description = "Ada bindings for Raylib"
version = "0.1.0"
authors = ["Fabien Chouteau"]
maintainers = ["Fabien Chouteau <fabien.chouteau@gmail.com>"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
website = ""
tags = ["raylib", "gamedev", "binding"]
[[depends-on]]
gnat = ">=12 & <2000"
[origin]
commit = "d5a6702eec1774ee3753672e62fbb99d88ef893a"
url = "git+https://github.com/Fabien-Chouteau/raylib-ada.git"