refactor: remove dead utils/bench.rs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Asger Geel Weirsøe
2026-05-06 09:25:39 +02:00
parent 8dd06377fc
commit 2b89653be6
12 changed files with 126 additions and 912 deletions

View File

@@ -22,7 +22,7 @@ resources = gnome.compile_resources(
cargo_target = custom_target(
'ahfail-cargo-build',
input: ['src/lib.rs', 'Cargo.toml'],
input: ['crates/ahfail-gtklock/src/lib.rs', 'Cargo.toml'],
output: ['libahfail_module.a'],
command: [
'sh', '-c', 'cargo build --release -p ahfail-gtklock --target-dir "@OUTDIR@/target" && cp "@OUTDIR@/target/release/libahfail_module.a" "@OUTPUT@"'