Skip to main content

gleam.toml

name = "raylib"
version = "1.0.1"
target = "javascript"
description = "An opinionated set of Raylib bindings (JS target only) for Gleam"

licences = ["MIT"]
repository = { type = "codeberg", user = "arutonee", repo = "gleam-raylib" }

[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"

[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"