diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-10-09 19:45:40 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-10-09 19:46:42 +0200 |
| commit | f22a3070001e9c8db6fcc7b83b036111a6559a3d (patch) | |
| tree | a14c437a2ef71b08af5847c4f38330f668f724c2 /src/bin/main.rs | |
| parent | b96a7e0cf3c97463ecb746d859b675541a427774 (diff) | |
Extract into separate repository 🧱
Diffstat (limited to 'src/bin/main.rs')
| -rw-r--r-- | src/bin/main.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/main.rs b/src/bin/main.rs index df2cbc79..b678cda9 100644 --- a/src/bin/main.rs +++ b/src/bin/main.rs @@ -5,9 +5,9 @@ use std::io::{Read, BufWriter}; use std::path::{Path, PathBuf}; use std::process; -use typeset::Typesetter; -use typeset::font::FileSystemFontProvider; -use typeset::export::pdf::PdfExporter; +use typst::Typesetter; +use typst::export::pdf::PdfExporter; +use typst::toddle::query::FileSystemFontProvider; fn main() { |
