diff --git a/docs/examples.typ b/docs/examples.typ index ab86ae5..335e2a1 100644 --- a/docs/examples.typ +++ b/docs/examples.typ @@ -1,4 +1,4 @@ -#import "@preview/cetz:0.2.2": draw +#import "@preview/cetz:0.3.1": draw #import "../src/lib.typ": schema #import "../src/util.typ" diff --git a/gallery/example1.pdf b/gallery/example1.pdf index 032a0f7..ea70a46 100644 Binary files a/gallery/example1.pdf and b/gallery/example1.pdf differ diff --git a/gallery/example1.png b/gallery/example1.png index 17a1e7a..6ad8447 100644 Binary files a/gallery/example1.png and b/gallery/example1.png differ diff --git a/gallery/example2.pdf b/gallery/example2.pdf index 953d011..64c014f 100644 Binary files a/gallery/example2.pdf and b/gallery/example2.pdf differ diff --git a/gallery/example2.png b/gallery/example2.png index f5091e4..19ef68a 100644 Binary files a/gallery/example2.png and b/gallery/example2.png differ diff --git a/gallery/example3.pdf b/gallery/example3.pdf index 601bc47..d54338a 100644 Binary files a/gallery/example3.pdf and b/gallery/example3.pdf differ diff --git a/gallery/example3.png b/gallery/example3.png index e075d7f..d2d70e8 100644 Binary files a/gallery/example3.png and b/gallery/example3.png differ diff --git a/gallery/riscv/riscv.pdf b/gallery/riscv/riscv.pdf index 7f5387c..ca9bca8 100644 Binary files a/gallery/riscv/riscv.pdf and b/gallery/riscv/riscv.pdf differ diff --git a/gallery/test.pdf b/gallery/test.pdf index d08058f..b017b16 100644 Binary files a/gallery/test.pdf and b/gallery/test.pdf differ diff --git a/manual.pdf b/manual.pdf index 2f9a98e..90cf0d5 100644 Binary files a/manual.pdf and b/manual.pdf differ diff --git a/src/renderer.typ b/src/renderer.typ index 8f80649..a5d67db 100644 --- a/src/renderer.typ +++ b/src/renderer.typ @@ -1,4 +1,4 @@ -#import "@preview/cetz:0.2.2": canvas, draw +#import "@preview/cetz:0.3.1": canvas, draw #import "range.typ" as rng #import "structure.typ" diff --git a/typst.toml b/typst.toml index 3ef37c0..91b4141 100644 --- a/typst.toml +++ b/typst.toml @@ -1,7 +1,7 @@ [package] name = "rivet" -version = "0.1.0" -compiler = "0.11.0" +version = "0.2.0" +compiler = "0.12.0" repository = "https://git.kb28.ch/HEL/rivet-typst" entrypoint = "src/lib.typ" authors = [