forked from HEL/circuiteria
split up sources into manageable files
This commit is contained in:
14
typst.toml
Normal file
14
typst.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "circuiteria"
|
||||
version = "0.0.1"
|
||||
compiler = "0.11.0"
|
||||
repository = "https://git.kb28.ch/HEL/circuiteria"
|
||||
entrypoint = "src/lib.typ"
|
||||
authors = [
|
||||
"Louis Heredero <https://git.kb28.ch/HEL>"
|
||||
]
|
||||
categories = [ "visualization" ]
|
||||
license = "Apache-2.0"
|
||||
description = "Drawing block circuits with Typst made easy, using CeTZ"
|
||||
keywords = [ "circuit", "block", "draw" ]
|
||||
exclude = [ "/gallery/*" ]
|
Reference in New Issue
Block a user