Remove typst plugin
It was nice but really slow.
This commit is contained in:
parent
3a2637bb34
commit
d9dbd90ff2
12 changed files with 1 additions and 576 deletions
|
|
@ -9,10 +9,5 @@ pub mod text;
|
|||
pub mod tictactoe;
|
||||
|
||||
fn typst_with_lib() -> Typst {
|
||||
Typst::new()
|
||||
.with_file("/lib/main.typ", include_str!("documents/lib/main.typ"))
|
||||
.with_file(
|
||||
"/lib/plugin.wasm",
|
||||
include_bytes!("documents/lib/plugin.wasm"),
|
||||
)
|
||||
Typst::new().with_file("/lib/main.typ", include_str!("documents/lib/main.typ"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue