diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-01 16:56:35 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-02 09:18:33 +0100 |
| commit | 37ac5d966ebaf97ac79c507028cd5b742b510b89 (patch) | |
| tree | 249d43ff0f8d880cb5d00c236993f8ff0c1f10d8 /src/model/mod.rs | |
| parent | f547c97072881069417acd3b79b08fb7ecf40ba2 (diff) | |
More dynamic content representation
Diffstat (limited to 'src/model/mod.rs')
| -rw-r--r-- | src/model/mod.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs index 52d8c461..aba9514c 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -8,7 +8,6 @@ mod eval; mod layout; mod property; mod recipe; -mod show; #[macro_use] mod cast; #[macro_use] @@ -36,7 +35,6 @@ pub use args::*; pub use array::*; pub use capture::*; pub use cast::*; -pub use collapse::*; pub use content::*; pub use dict::*; pub use eval::*; @@ -48,10 +46,10 @@ pub use raw::*; pub use recipe::*; pub use resolve::*; pub use scope::*; -pub use show::*; pub use styles::*; pub use typst_macros::node; pub use value::*; pub use vm::*; +// use collapse::*; use realize::*; |
