Skip to content

Commit

Permalink
Raylib 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed May 7, 2024
1 parent c790ea3 commit fe63de5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index/ra/raylib/raylib-1.0.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name = "raylib"
description = "Ada bindings for Raylib"
version = "1.0.0"

authors = ["Fabien Chouteau"]
maintainers = ["Fabien Chouteau <[email protected]>"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
website = ""
tags = ["raylib", "gamedev", "binding"]

[[actions]]
type = "pre-build"
command = ["sh", "scripts/build_raylib.sh"]

[environment]
LIBRARY_PATH.append = "${CRATE_ROOT}/build-raylib/raylib/"

[[depends-on]]
gnat = ">=12 & <2000"
make = "*"
cmake = "*"

[configuration.variables]
ENABLE_RAYLIB_BUILD = { type = "Boolean", default = true}

[origin]
commit = "4d933d89d9ace79466e8ee7a9fe6ffa383279cb5"
url = "git+https://github.com/Fabien-Chouteau/raylib-ada.git"

0 comments on commit fe63de5

Please sign in to comment.