diff options
author | gennyble <gen@nyble.dev> | 2023-11-17 07:59:54 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-17 07:59:54 -0600 |
commit | 7553dce9dccb7e93efc2ac14e004163e5d2862d4 (patch) | |
tree | 5717fdc3eeb75d3435e7174c899ced0c01de0420 /prism/Cargo.toml | |
parent | 8317df85c6b2b20aa5935ddfd23b0cf2a60e08e6 (diff) | |
download | lri-rs-7553dce9dccb7e93efc2ac14e004163e5d2862d4.tar.gz lri-rs-7553dce9dccb7e93efc2ac14e004163e5d2862d4.zip |
prism produces reasonable images
Diffstat (limited to 'prism/Cargo.toml')
-rw-r--r-- | prism/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prism/Cargo.toml b/prism/Cargo.toml index d296b79..6861a34 100644 --- a/prism/Cargo.toml +++ b/prism/Cargo.toml @@ -13,3 +13,4 @@ rawloader = "0.37.1" nalgebra = "0.31.4" mozjpeg = "0.10.1" zune-jpeg = "0.3.17" +camino = "1.1.6" |