Files
sigils/Cargo.toml
Myrddin Dundragon b8652f6784 [#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.
2026-02-12 09:40:19 -05:00

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]