tfachmann / typst-as-library

Simple demo that demonstrates how to use typst as a library in Rust
Apache License 2.0
19 stars 1 forks source link

Remove unneeded dependencies before release #5

Open tfachmann opened 2 weeks ago

tfachmann commented 2 weeks ago

Before #3, remove unneeded dependencies such as

# typst rendering (for demonstration purpose)
typst-pdf = "0.11.0"
typst-svg = "0.11.0"

so the boilerplate (library code) is independent of the examples-

Related to #1