Current section
Files
Jump to
Current section
Files
gleam.toml
name = "tiramisu"
version = "4.0.1"
target = "javascript"
description = "A 3D game framework for building performant web games in Gleam"
licences = ["MIT"]
repository = { type = "github", user = "renatillas", repo = "tiramisu" }
[documentation]
pages = [
{ title = "Getting started", path = "getting_started.html", source = "./docs/getting-started.md" },
{ title = "Scene graph guide", path = "scene_graph_guide.html", source = "./docs/scene-graph-guide.md" },
{ title = "Physics guide", path = "physics.html", source = "./docs/physics-guide.md" },
]
[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"
structures = ">= 1.0.0 and < 2.0.0"
plinth = ">= 0.7.2 and < 1.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleamy_bench = ">= 0.6.0 and < 1.0.0"