diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-03-09 17:56:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-09 16:56:56 +0000 |
| commit | a2d097686f01b2834f4a9b313bd9c1c692210479 (patch) | |
| tree | 727b2106239b21e398a1105b155b57da870a36b3 /crates/typst-svg/src | |
| parent | 15ac6c316610b5931e81a4dad2c5fd172f4ed944 (diff) | |
Update changelog and roadmap (#3594)
Diffstat (limited to 'crates/typst-svg/src')
| -rw-r--r-- | crates/typst-svg/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/typst-svg/src/lib.rs b/crates/typst-svg/src/lib.rs index ad8faf29..677f2ba7 100644 --- a/crates/typst-svg/src/lib.rs +++ b/crates/typst-svg/src/lib.rs @@ -1,3 +1,5 @@ +//! Rendering of Typst documents into SVG images. + use std::collections::HashMap; use std::f32::consts::TAU; use std::fmt::{self, Display, Formatter, Write}; |
