diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-26 12:49:30 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-26 12:51:15 +0100 |
| commit | 3cdd8bfa40fe5fdf0c676af905c3c2c1f614ef24 (patch) | |
| tree | fe837d4a30bcad673f581fab18fd946364a60ef3 /library/src/lib.rs | |
| parent | bf5edbbbbb75120d065d1c9587ccfa4eed4fdca1 (diff) | |
Extract numbering pattern from list node
Diffstat (limited to 'library/src/lib.rs')
| -rw-r--r-- | library/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/lib.rs b/library/src/lib.rs index c2234446..dd527ed1 100644 --- a/library/src/lib.rs +++ b/library/src/lib.rs @@ -1,11 +1,11 @@ //! Typst's standard library. pub mod base; -pub mod core; pub mod graphics; pub mod layout; pub mod math; pub mod prelude; +pub mod shared; pub mod structure; pub mod text; |
