v0.2.0: updates and minor fixes #4

Merged
HEL merged 6 commits from dev into main 2025-02-23 13:21:00 +00:00
5 changed files with 4 additions and 5 deletions
Showing only changes of commit 37dce1f7c9 - Show all commits

View File

@ -35,7 +35,7 @@ For more information, see the [manual](manual.pdf)
To use this package, simply import `schema` from [rivet](https://typst.app/universe/package/rivet) and call `schema.load` to parse a schema description. Then use `schema.render` to render it, et voilà !
```typ
#import "@preview/rivet:0.1.0": schema
#import "@preview/rivet:0.2.0": schema
#let doc = schema.load("path/to/schema.yaml")
#schema.render(doc)
```

View File

@ -1,4 +1,3 @@
#import "@preview/cetz:0.3.1": draw
#import "../src/lib.typ": schema
#import "../src/util.typ"

View File

@ -1,4 +1,4 @@
#let version = version(0,1,0)
#let version = version(0,2,0)
#import "config.typ"
#import "schema.typ"

View File

@ -1,4 +1,4 @@
#import "@preview/cetz:0.3.1": canvas, draw
#import "@preview/cetz:0.3.2": canvas, draw
#import "range.typ" as rng
#import "structure.typ"

View File

@ -1,7 +1,7 @@
[package]
name = "rivet"
version = "0.2.0"
compiler = "0.12.0"
compiler = "0.13.0"
repository = "https://git.kb28.ch/HEL/rivet-typst"
entrypoint = "src/lib.typ"
authors = [