diff options
author | gennyble <gen@nyble.dev> | 2023-09-11 00:02:34 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-09-11 00:02:34 -0500 |
commit | 22b07838e7d83998bc9d46e219410d1431527687 (patch) | |
tree | a555d319221b9f6c2ab17808d2ea4b6f0244765a /prism/Cargo.toml | |
parent | 33fcfd870447724f17f868da082a74ce9fcec7cd (diff) | |
download | lri-rs-22b07838e7d83998bc9d46e219410d1431527687.tar.gz lri-rs-22b07838e7d83998bc9d46e219410d1431527687.zip |
ahh
Diffstat (limited to 'prism/Cargo.toml')
-rw-r--r-- | prism/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prism/Cargo.toml b/prism/Cargo.toml index 7301109..4601f43 100644 --- a/prism/Cargo.toml +++ b/prism/Cargo.toml @@ -8,3 +8,6 @@ edition = "2021" [dependencies] lri-rs = { path = "../lri-rs" } png = "0.17.10" +rawproc = { git = "https://github.com/eclecticnybles/gaze" } +rawloader = "0.37.1" +nalgebra = "0.31.4" |