Current section

Files

Jump to
vec gleam.toml
Raw

gleam.toml

name = "vec"
version = "1.3.3"
description = "A vectors library for the Gleam programming language"
licences = ["MIT"]
repository = { type = "codeberg", user = "nnb", repo = "vec" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_community_maths = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"