Current section

Files

Jump to
tiramisu gleam.toml
Raw

gleam.toml

name = "tiramisu"
version = "8.1.0"
target = "javascript"
description = "A 3D game framework for building performant web games in Gleam"
licences = ["MIT"]
repository = { type = "github", user = "renatillas", repo = "tiramisu" }
[dependencies]
gleam_stdlib = ">= 0.64.0 and < 2.0.0"
gleam_community_maths = ">= 2.0.0 and < 3.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
vec = ">= 3.0.1 and < 4.0.0"
lustre = ">= 5.3.5 and < 6.0.0"
quaterni = ">= 1.0.0 and < 2.0.0"
gleam_time = ">= 1.6.0 and < 2.0.0"
savoiardi = ">= 5.0.0 and < 6.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleamy_bench = ">= 0.6.0 and < 1.0.0"
glinter = ">= 2.2.0 and < 3.0.0"