Skip to content

Commit

Permalink
Update Zmpl - add support for one-liner slots rendering
Browse files Browse the repository at this point in the history
```
{{slots}}
```
will render all slots `\n`-separated.
  • Loading branch information
bobf committed Apr 13, 2024
1 parent 0b968c3 commit 25587d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
.hash = "12207d49df326e0c180a90fa65d9993898e0a0ffd8e79616b4b81f81769261858856",
},
.zmpl = .{
.url = "https://github.com/jetzig-framework/zmpl/archive/6f9496a02dcdc2a309b2c1bbaec2affc55f063ae.tar.gz",
.hash = "122014e63f5421060573216929af3a4c4c373934213ed727c77af927f787cb2f4113",
.url = "https://github.com/jetzig-framework/zmpl/archive/1fcdfc42444224d43eb6e5389d9b4aa239fcd787.tar.gz",
.hash = "1220f7bc1e2b2317790db37b7dec685c7d9a2ece9708108a4b636477d996be002c71",
},
.args = .{
.url = "https://github.com/MasterQ32/zig-args/archive/01d72b9a0128c474aeeb9019edd48605fa6d95f7.tar.gz",
Expand Down

0 comments on commit 25587d4

Please sign in to comment.