aboutsummaryrefslogtreecommitdiff
path: root/examples/04-custom-event-handlers/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-03-24 21:12:12 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-03-24 21:18:56 +0000
commit02007717a195878c56abd5f7b4909f3d10f0e1de (patch)
tree264fe7c463fcc80f36f6376c7e50b2e391c2c0db /examples/04-custom-event-handlers/gleam.toml
parent65f32e8df1a49e469e559bda89bcc3279772d0d8 (diff)
downloadlustre-02007717a195878c56abd5f7b4909f3d10f0e1de.tar.gz
lustre-02007717a195878c56abd5f7b4909f3d10f0e1de.zip
:recycle: Update examples to use new lustre_dev_tools package.
Diffstat (limited to 'examples/04-custom-event-handlers/gleam.toml')
-rw-r--r--examples/04-custom-event-handlers/gleam.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/04-custom-event-handlers/gleam.toml b/examples/04-custom-event-handlers/gleam.toml
index 421e8e8..da014ee 100644
--- a/examples/04-custom-event-handlers/gleam.toml
+++ b/examples/04-custom-event-handlers/gleam.toml
@@ -4,8 +4,9 @@ target = "javascript"
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
-lustre = "4.0.0-rc.1"
+lustre = { path = "../../" }
lustre_ui = "~> 0.4"
[dev-dependencies]
gleeunit = "~> 1.0"
+lustre_dev_tools = "~> 1.0"