Update to cetz:0.3.3

This fixes a number of warnings introduced in typst v0.13.0.

Also increase typst version to v0.13.0 as that is what cetz:0.3.3
requires.
This commit is contained in:
Johannes Carlsson 2025-03-10 17:20:35 +01:00
parent 19c60c5ecf
commit 5cb8f50f2a
14 changed files with 7 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -1,4 +1,4 @@
#import "@preview/cetz:0.3.1": draw
#import "@preview/cetz:0.3.3": draw
#import "consts.typ": *
#let _grp(name, desc: none, type: "default", elmts) = {

View File

@ -1,4 +1,4 @@
#import "@preview/cetz:0.3.1": draw
#import "@preview/cetz:0.3.3": draw
#import "consts.typ": *
#let SIDES = (

View File

@ -1,4 +1,4 @@
#import "@preview/cetz:0.3.1": draw
#import "@preview/cetz:0.3.3": draw
#import "consts.typ": *
#let PAR-SPECIALS = "?[]"

View File

@ -1,4 +1,4 @@
#import "@preview/cetz:0.3.1": canvas, draw
#import "@preview/cetz:0.3.3": canvas, draw
#import "utils.typ": get-participants-i, get-style, normalize-units
#import "group.typ"
#import "participant.typ"

View File

@ -1,4 +1,4 @@
#import "@preview/cetz:0.3.1": draw
#import "@preview/cetz:0.3.3": draw
#import "consts.typ": *
#let _sep(name) = {

View File

@ -1,4 +1,4 @@
#import "@preview/cetz:0.3.1": draw, vector
#import "@preview/cetz:0.3.3": draw, vector
#import "consts.typ": *
#import "participant.typ"
#import "note.typ"

View File

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