Packages

Animations for lustre, utilizing JS requestAnimationFrame and setTimeout

Current section

Files

Jump to
Raw

gleam.toml

name = "lustre_animation"
version = "0.2.0"
description = "Animations for lustre, utilizing JS requestAnimationFrame"
target = "javascript"
licenses = ["MIT"]
repository = { type = "custom", url = "https://git.chmeee.org/lustre_animation" }
dependencies = { lustre = "~> 2.0" }
dev-dependencies = { gleeunit = "~> 0.10" }