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