diff options
Diffstat (limited to 'compat/lustre_animation/gleam.toml')
-rw-r--r-- | compat/lustre_animation/gleam.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/compat/lustre_animation/gleam.toml b/compat/lustre_animation/gleam.toml new file mode 100644 index 0000000..182203e --- /dev/null +++ b/compat/lustre_animation/gleam.toml @@ -0,0 +1,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" |