21 Commits

Author SHA1 Message Date
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
HarmoGlace
856557353b
Add rust minimum version in Cargo.toml (#902) 2023-05-03 10:37:44 +02:00
Laurenz
b1e0de0078 Version bump 2023-04-26 15:54:05 +02:00
Laurenz
3680c854a2 Touch up docs 2023-04-26 15:37:21 +02:00
Alex Saveau
1d42d6674c
Upgrade a bunch of deps and remove two unused ones (#968) 2023-04-26 11:22:43 +02:00
Sébastien d'Herbais de Thun
561ff979d5
Add instrumentation (Part 1) (#761) 2023-04-23 14:33:56 +02:00
Laurenz
b51cb131bd Bump comemo 2023-04-17 19:59:45 +02:00
Laurenz
89cf4054d6 Reduce amount of hashing 2023-04-13 14:23:46 +02:00
Michael Lohr
8300f75f22
Read font path from environment variables (#649) 2023-04-12 19:03:12 +02:00
Laurenz
fe2640c552 Version bump 2023-04-11 22:34:25 +02:00
figsoda
1c324765e9
Add shell completions and man pages (#582) 2023-04-06 20:14:01 +02:00
Charlie Moog
623db8c0c4
embed New Computer Modern into binary (#340) 2023-04-06 15:40:11 +02:00
Laurenz
b3faef4b80 Bump version 2023-04-05 01:41:15 +02:00
Sébastien d'Herbais de Thun
2d1598e51d
CLI: open flag (#480) 2023-04-04 14:12:19 +02:00
Sébastien d'Herbais de Thun
9414d56f97
Rewrite of CLI using clap (#468) 2023-03-30 21:59:28 +02:00
Laurenz
d71c933cca Bump dependencies 2023-03-27 15:49:04 +02:00
Laurenz
b934a2fd83 Embed standard fonts in binary 2023-03-21 23:18:56 +01:00
Laurenz
7d28e6499e Set Typst versions to 0.0.0 2023-02-06 11:53:49 +01:00
Laurenz
5110a41de1 Introduce virtual typesetter 2022-12-02 13:21:36 +01:00
Laurenz
46921a8c28 Separate test crate
This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414
2022-11-03 16:13:35 +01:00
Laurenz
37a7afddfa Split crates 2022-11-03 13:35:39 +01:00