From b9c5cd2f98b9d82442ae0039306715b1dadc46fd Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Mon, 1 Apr 2024 12:46:26 +0200 Subject: [PATCH] raylib 0.1.0 (#1021) * Raylib 0.1.0 * Update raylib-0.1.0.toml --- index/ra/raylib/raylib-0.1.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/ra/raylib/raylib-0.1.0.toml diff --git a/index/ra/raylib/raylib-0.1.0.toml b/index/ra/raylib/raylib-0.1.0.toml new file mode 100644 index 00000000..881e669f --- /dev/null +++ b/index/ra/raylib/raylib-0.1.0.toml @@ -0,0 +1,18 @@ +name = "raylib" +description = "Ada bindings for Raylib" +version = "0.1.0" + +authors = ["Fabien Chouteau"] +maintainers = ["Fabien Chouteau "] +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" +