updated typst.toml + bumped to 0.1.1
This commit is contained in:
parent
522cd1537a
commit
647d50e125
BIN
manual.pdf
BIN
manual.pdf
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
#let version = version(0, 1, 0)
|
||||
#let version = version(0, 1, 1)
|
||||
#import "diagram.typ": diagram, from-plantuml, _gap, _evt
|
||||
|
||||
#import "sequence.typ": _seq
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "chronos"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
compiler = "0.11.0"
|
||||
repository = "https://git.kb28.ch/HEL/chronos"
|
||||
entrypoint = "src/lib.typ"
|
||||
@ -11,4 +11,4 @@ categories = ["visualization"]
|
||||
license = "Apache-2.0"
|
||||
description = "A package to draw sequence diagrams with CeTZ"
|
||||
keywords = ["sequence", "diagram", "plantuml"]
|
||||
exclude = [ "gallery", "gallery.bash" ]
|
||||
exclude = [ "gallery", "gallery.bash", "docs" ]
|
||||
|
Loading…
Reference in New Issue
Block a user