Current section
Files
Jump to
Current section
Files
gleam.toml
name = "vec"
version = "3.2.1"
description = "A vectors library for the Gleam programming language"
licences = ["MIT"]
repository = { type = "codeberg", user = "gwg", repo = "vec" }
links = [
{ title = "Vec", href = "https://hexdocs.pm/vec" },
{ title = "Vec JSON", href = "https://hexdocs.pm/vec_json" },
{ title = "Vec Dict", href = "https://hexdocs.pm/vec_dict" },
{ title = "Vec Dict ANSI", href = "https://hexdocs.pm/vec_dict_ansi" },
]
[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"