nac3/nac3standalone/demo/linalg/Cargo.toml
2024-08-02 17:46:49 +08:00

20 lines
380 B
TOML

[package]
name = "linalg"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
[dependencies]
nalgebra = {version = "0.32.6", default-features = false, features = ["libm", "alloc"]}
#cslice = "0.3.0"
#[dependencies.nalgebra]
#git = "https://git.m-labs.hk/M-labs/nalgebra.git"
#rev = "dd00f9b"
#default-features = false
#features = ["libm", "alloc"]
[workspace]