Skip to content

Commit

Permalink
Sketch Lustre Experimental v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Jan 12, 2025
1 parent 490c28c commit b004d1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sketch_lustre_experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.1.0 - Unreleased
## v0.1.0 - 2025-01-12

Initial release of Sketch Lustre Experimental! That experimental version tries a
new approach for Sketch Lustre, by hiding completely the `sketch.StyleSheet`,
Expand Down
2 changes: 1 addition & 1 deletion sketch_lustre_experimental/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "sketch_lustre_experimental"
[dependencies]
gleam_stdlib = ">= 0.42.0 and < 2.0.0"
lustre = ">= 4.6.1 and < 5.0.0"
sketch = {path = "../sketch"}
sketch = ">= 4.0.0 and < 5.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
4 changes: 2 additions & 2 deletions sketch_lustre_experimental/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ packages = [
{ name = "gleam_stdlib", version = "0.52.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "50703862DF26453B277688FFCDBE9DD4AC45B3BD9742C0B370DB62BC1629A07D" },
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
{ name = "lustre", version = "4.6.3", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_json", "gleam_otp", "gleam_stdlib"], otp_app = "lustre", source = "hex", outer_checksum = "BDF833368F6C8F152F948D5B6A79866E9881CB80CB66C0685B3327E7DCBFB12F" },
{ name = "sketch", version = "4.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_otp", "gleam_stdlib"], source = "local", path = "../sketch" },
{ name = "sketch", version = "4.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_otp", "gleam_stdlib"], otp_app = "sketch", source = "hex", outer_checksum = "AF090E77F6FD02467DABD8F0EDC1C329482853698FE6DB33B86D7D05C1BE32F4" },
]

[requirements]
gleam_stdlib = { version = ">= 0.42.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
lustre = { version = ">= 4.6.1 and < 5.0.0" }
sketch = { path = "../sketch" }
sketch = { version = ">= 4.0.0 and < 5.0.0" }

0 comments on commit b004d1c

Please sign in to comment.