Current section

Files

Jump to
sketch_redraw gleam.toml
Raw

gleam.toml

name = "sketch_redraw"
target = "javascript"
version = "1.0.0"
description = "A Sketch runtime package, made to work with Redraw!"
internal_modules = ["sketch/redraw/internals", "sketch/redraw/internals/*"]
licences = ["MIT"]
links = [{title = "Sponsor", href = "https://github.com/sponsors/ghivert"}]
repository = {type = "github", user = "ghivert", repo = "sketch"}
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
redraw = ">= 1.1.0 and < 2.0.0"
sketch = ">= 3.0.2 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"