Merge commit '979dcf8e2f' into sync_cg_clif-2025-05-25

This commit is contained in:
bjorn3 2025-05-25 18:51:16 +00:00
parent ff1a5ab4c3
commit 4f24d142d9
36 changed files with 1111 additions and 266 deletions

View file

@ -34,9 +34,9 @@ jobs:
- name: Rustfmt
run: |
cargo fmt --check
rustfmt --check build_system/main.rs
rustfmt --check example/*
rustfmt --check scripts/*.rs
rustfmt --check --edition 2024 build_system/main.rs
rustfmt --check --edition 2024 example/*
rustfmt --check --edition 2024 scripts/*.rs
test: