-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathgleam.toml
More file actions
22 lines (20 loc) · 700 Bytes
/
Copy pathgleam.toml
File metadata and controls
22 lines (20 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"