blob: 182203e13586ecb4e4f5c129452914feea3efde4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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]
gleam_stdlib = "~> 0.30"
lustre = { path = "../../lib" }
[dev-dependencies]
gleeunit = "~> 0.10"
|