Current section

Files

Jump to
sketch_redraw gleam.toml
Raw

gleam.toml

name = "sketch_redraw"
target = "javascript"
version = "2.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"
path = "sketch_redraw"
[dependencies]
gleam_stdlib = ">= 0.42.0 and < 2.0.0"
redraw = ">= 2.0.0 and < 3.0.0"
redraw_dom = ">= 2.0.0 and < 3.0.0"
sketch = ">= 4.0.0 and < 5.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"