typst/crates/typst-macros
Laurenz cbfd9884a9 Fix argument parsing bug
Things like `luma(1, key: "val")` didn't produce an error before because `args.finish()?` wasn't called. This changes `args: Args` to `args: &mut Args` to make it impossible for that to happen.
2023-10-27 13:25:15 +02:00
..
src Fix argument parsing bug 2023-10-27 13:25:15 +02:00
Cargo.toml Move everything into `crates/` directory 2023-07-02 20:07:43 +02:00