feat(calc): Convert to Rust w/ Qalc

This commit is contained in:
Michael Aaron Murphy 2021-08-18 00:07:48 +02:00
parent dae8108cb1
commit bc1fc717b1
11 changed files with 154 additions and 157 deletions

View file

@ -6,6 +6,6 @@
help: "= ",
isolate: true,
),
bin: (path: "calc.js"),
bin: (path: "calc"),
icon: Name("x-office-spreadsheet")
)