From 8659d627dc79c889d58ddae416c642dd2e1571e3 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Fri, 29 Mar 2024 11:52:57 +0100 Subject: [PATCH 1/2] Raylib 0.1.0 --- index/ra/raylib/raylib-0.1.0.toml | 15 +++++++++++++++ 1 file changed, 15 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 000000000..95cb7bd5a --- /dev/null +++ b/index/ra/raylib/raylib-0.1.0.toml @@ -0,0 +1,15 @@ +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"] + +[origin] +commit = "d5a6702eec1774ee3753672e62fbb99d88ef893a" +url = "git+https://github.com/Fabien-Chouteau/raylib-ada.git" + From 48b00e91ab17f40e063ad552301d76b019cf2a07 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Fri, 29 Mar 2024 12:26:05 +0100 Subject: [PATCH 2/2] Update raylib-0.1.0.toml --- index/ra/raylib/raylib-0.1.0.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index/ra/raylib/raylib-0.1.0.toml b/index/ra/raylib/raylib-0.1.0.toml index 95cb7bd5a..881e669f3 100644 --- a/index/ra/raylib/raylib-0.1.0.toml +++ b/index/ra/raylib/raylib-0.1.0.toml @@ -9,6 +9,9 @@ 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"