diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-24 17:51:07 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-24 17:51:07 +0100 |
| commit | 96f72eee6c6b595164c7a0576c407d7a590661db (patch) | |
| tree | d212f57faf3e919937921884a75bf45efb02f4ae /src/model/mod.rs | |
| parent | 8d3c68a1deb28dce2b80ed61f85141180ce6a951 (diff) | |
Separate typesetting and compilation
Diffstat (limited to 'src/model/mod.rs')
| -rw-r--r-- | src/model/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs index 93e33d5c..f5c1e6dd 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -21,6 +21,7 @@ mod func; mod methods; mod ops; mod scope; +mod typeset; mod vm; #[doc(hidden)] @@ -38,5 +39,6 @@ pub use self::library::*; pub use self::scope::*; pub use self::str::*; pub use self::styles::*; +pub use self::typeset::*; pub use self::value::*; pub use self::vm::*; |
