raycast-linux/src-tauri
ByteAtATime 5a5e609992
feat(calculator): replace mathjs with SoulverCore
This commit replaces the `mathjs` library with the native SoulverCore engine for all calculations within the command palette. It updates the Swift wrapper to expose SoulverCore's functionality and modified the frontend to use the `calculate_soulver` command for evaluating expressions.
2025-06-28 20:22:44 -07:00
..
capabilities feat: Implement hide on escape and focus loss 2025-06-25 14:31:21 -07:00
icons Initial commit 2025-06-10 11:24:18 -07:00
SoulverWrapper feat(calculator): replace mathjs with SoulverCore 2025-06-28 20:22:44 -07:00
src feat(calculator): initialize basic SoulverCore library 2025-06-28 20:08:43 -07:00
.gitignore chore: ignore tauri sidecar binaries 2025-06-15 12:53:10 -07:00
build.rs feat(calculator): initialize basic SoulverCore library 2025-06-28 20:08:43 -07:00
Cargo.lock feat(snippets): implement dynamic placeholders and modifiers 2025-06-26 15:34:33 -07:00
Cargo.toml feat(ai): implement AI API 2025-06-27 15:58:05 -07:00
tauri.conf.dev.json feat: add dev tauri config 2025-06-18 19:53:15 -07:00
tauri.conf.json feat(calculator): initialize basic SoulverCore library 2025-06-28 20:08:43 -07:00