bumped to 0.1.0 for publication

This commit is contained in:
2024-10-02 18:54:42 +02:00
parent b8a84b1430
commit 03e9904d43
5 changed files with 8 additions and 11 deletions

View File

@ -53,7 +53,7 @@ This is a port of the #link("https://git.kb28.ch/HEL/rivet")[homonymous Python s
Simply import `schema` from #link("src/lib.typ") and call `schema.load` to parse a schema description. Then use `schema.render` to render it, et voilà !
#pad(left: 1em)[```typ
#import "src/lib.typ": schema
#import "@preview/rivet:0.1.0": schema
#let doc = schema.load("path/to/schema.yaml")
#schema.render(doc)
```]