[package] name = "oscirs_linalg" version = "0.4.0-alpha" edition = "2021" description = "GPU accelerated linear algebra crate for scientific computing" readme = "README.md" homepage = "https://github.com/i-saac/oscirs" repository = "https://github.com/i-saac/oscirs" documentation = "https://docs.rs/oscirs_linalg/latest/oscirs_linalg/" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] opencl3 = "0.9.3"