updated to CeTZ 0.3.2 and Typst 0.13.0

This commit is contained in:
Louis Heredero 2025-02-23 13:26:28 +01:00
parent a9633f25a3
commit 37dce1f7c9
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7
5 changed files with 4 additions and 5 deletions

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 = [