aboutsummaryrefslogtreecommitdiff
path: root/example/manifest.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-07-10 23:11:32 +0100
committerGitHub <noreply@github.com>2023-07-10 23:11:32 +0100
commitf350db196bcab490b8a6b67f9536f0b9b7322073 (patch)
tree59664ca671be2cfdb473424ca1bf737cf12622e8 /example/manifest.toml
parent6d314230346336ba5b452b1df39b908ffa666f45 (diff)
downloadlustre-f350db196bcab490b8a6b67f9536f0b9b7322073.tar.gz
lustre-f350db196bcab490b8a6b67f9536f0b9b7322073.zip
♻️ Replace React with diffhtml (#10)
* :wrench: Remove react dependency, add vite for running examples. * :heavy_plus_sign: Update stdlib version to 0.29 * :fire: Remove old examples. * :sparkles: Vendor diffhtml and update runtime ffi code to replace react. * :recycle: Refactor all the things now react is gone. * :memo: Remove references to react in the readme. * :sparkles: Create a simple counter example.
Diffstat (limited to 'example/manifest.toml')
-rw-r--r--example/manifest.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/example/manifest.toml b/example/manifest.toml
deleted file mode 100644
index 0240040..0000000
--- a/example/manifest.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-# This file was generated by Gleam
-# You typically do not need to edit this file
-
-packages = [
- { name = "gleam_stdlib", version = "0.21.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "FB03CD50B477867DA65B1318252ABA02F76175754762D15BF6C792CF5B85BCC4" },
- { name = "gleeunit", version = "0.6.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "5BF486C3E135B7F5ED8C054925FC48E5B2C79016A39F416FD8CF2E860520EE55" },
- { name = "lustre", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "lustre", source = "hex", outer_checksum = "ECCB3E7EB93D7BDAAAE0EC2035C026E070542FDB8404A6A3AAE1CE274345E91E" },
-]
-
-[requirements]
-gleam_stdlib = "~> 0.21"
-gleeunit = "~> 0.6"
-lustre = "~> 1.1"