diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-07 15:17:13 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-07 15:17:13 +0100 |
| commit | 25b5bd117529cd04bb789e1988eb3a3db8025a0e (patch) | |
| tree | 2fbb4650903123da047a1f1f11a0abda95286e12 /src/lib.rs | |
| parent | 6ab7760822ccd24b4ef126d4737d41f1be15fe19 (diff) | |
Fully untyped model
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -39,14 +39,13 @@ extern crate self as typst; #[macro_use] pub mod util; #[macro_use] -pub mod geom; -#[macro_use] pub mod diag; #[macro_use] pub mod eval; pub mod doc; pub mod export; pub mod font; +pub mod geom; pub mod ide; pub mod image; pub mod model; |
