Current section

Files

Jump to
paint gleam.toml
Raw

gleam.toml

name = "paint"
version = "0.2.0"
target = "javascript"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Make drawings, animations, and games with Gleam"
licences = ["MIT"]
repository = { type = "github", user = "adelhult", repo = "paint" }
links = [
{ title = "Visual examples", href = "https://adelhult.github.io/paint/" },
]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
internal_modules = ["impl_canvas"]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_community_maths = ">= 1.1.1 and < 2.0.0"
gleam_community_colour = ">= 1.4.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"