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.
13 lines
376 B
TOML
13 lines
376 B
TOML
[package]
|
|
name = "sigils"
|
|
version = "0.2.0"
|
|
edition = "2024"
|
|
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 <Myrddin@CyberMages.tech>"]
|
|
readme = "README.md"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|