pngleam/gleam.toml

18 lines
444 B
TOML
Raw Normal View History

2024-06-04 04:44:05 -04:00
name = "pngleam"
2024-06-09 10:12:47 -04:00
version = "1.1.0"
2024-06-04 04:44:05 -04:00
description = "PNG image library for Gleam"
licences = ["AGPL-3.0-only"]
repository = { type = "github", user = "LilyRose2798", repo = "pngleam" }
links = [
{ title = "7Circles Git", href = "https://git.7cs.dev/lily/pngleam" },
]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gzlib = ">= 1.0.1 and < 2.0.0"
2024-06-04 04:44:05 -04:00
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"