From b8652f6784a0d4346e09b345a4b3a46965dd8d95 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Thu, 12 Feb 2026 09:40:19 -0500 Subject: [PATCH] [#2] Updating for the refresh. I updated the version number and gave the library a better description. Also, I removed the pack and bindings requirement. Rust-lang now has a libm replacement library it seems, and Sigils will be using that going foreward. --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4615339..ec4f49a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sigils" -version = "0.1.0" +version = "0.2.0" edition = "2024" -description = "A mathematics library." +description = "High-performance no_std linear algebra for simulations and embedded flight systems." keywords = ["sigils", "math"] repository = "https://workshop.cybermages.tech/CyberMages/sigils" authors = ["Jason Travis Smith "] @@ -10,5 +10,3 @@ readme = "README.md" license = "Apache-2.0" [dependencies] -binding = { version = "0.1.0", registry = "cybermages" } -pact = { version = "0.1.0", registry = "cybermages" }