typst/crates/typst-layout
Eduardo Sánchez Muñoz 38213ed534
Use `u64` instead of `usize` to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026)
2025-03-24 18:16:33 +00:00
..
src Use `u64` instead of `usize` to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026) 2025-03-24 18:16:33 +00:00
Cargo.toml Replace `once_cell`'s `Lazy` as much as possible (#4617) 2024-10-31 11:52:11 +00:00