diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 050859b..42afe6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,7 @@ edition = "2021" [dependencies] png = "0.17.8" lri-rs = { path = "../lri-rs" } -bitvec = "1.0.1" +unpacker = { path = "unpacker" } +rawproc = { git = "https://github.com/eclecticnybles/gaze" } +rawloader = "0.37.1" +nalgebra = "0.31.4" |