Packages

An opinionated set of Raylib bindings (JS target only) for Gleam

Current section

Files

Jump to
raylib gleam.toml
Raw

gleam.toml

name = "raylib"
version = "1.0.0"
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"