Packages

🌈 Ink bindings for Gleam! ✨

Current section

Files

Jump to
glink gleam.toml
Raw

gleam.toml

name = "glink"
version = "0.2.0"
licences = ["Apache-2.0"]
description = "🌈 Ink bindings for Gleam! ✨"
target = "javascript"
repository = { type = "github", user = "han-tyumi", repo = "glink" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
redraw = ">= 2.0.2 and < 3.0.0"
redraw_dom = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
[javascript]
runtime = "bun"