typst/library/src/visualize
Laurenz 47dff3765d Remove 'static bound on `World`
Thanks to improvements in comemo, tracked types don't need to be 'static anymore. This means that the 'static bound on the `World` is now lifted and that the `Route` doesn't need to use unsafe code anymore to manage its lifetime.
2023-05-11 10:50:30 +02:00
..
image.rs Remove 'static bound on `World` 2023-05-11 10:50:30 +02:00
line.rs Touch up docs 2023-04-26 15:37:21 +02:00
mod.rs Path support (#536) 2023-04-06 12:10:49 +02:00
path.rs Add instrumentation (Part 1) (#761) 2023-04-23 14:33:56 +02:00
polygon.rs Add instrumentation (Part 1) (#761) 2023-04-23 14:33:56 +02:00
shape.rs Touch up docs 2023-04-26 15:37:21 +02:00