add: support for typst 0.15.0

This commit is contained in:
andrew 2026-06-18 16:19:32 -04:00
parent 8cfe4f8ff3
commit 943bd513f1
5 changed files with 855 additions and 1279 deletions

View file

@ -16,6 +16,7 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = with pkgs; [
rust-analyzer
cargo-edit
];
buildInputs = [];