12 lines
216 B
TOML
12 lines
216 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"
|