[#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.
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sigils"
|
name = "sigils"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
description = "A mathematics library."
|
description = "High-performance no_std linear algebra for simulations and embedded flight systems."
|
||||||
keywords = ["sigils", "math"]
|
keywords = ["sigils", "math"]
|
||||||
repository = "https://workshop.cybermages.tech/CyberMages/sigils"
|
repository = "https://workshop.cybermages.tech/CyberMages/sigils"
|
||||||
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
||||||
@ -10,5 +10,3 @@ readme = "README.md"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
binding = { version = "0.1.0", registry = "cybermages" }
|
|
||||||
pact = { version = "0.1.0", registry = "cybermages" }
|
|
||||||
|
|||||||
Reference in New Issue
Block a user