Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 276403e..0109ccf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,8 +7,9 @@ edition = "2021"
atools = "0.1.5"
car = "0.1.1"
exoquant = "0.2.0"
-fimg = { version = "0.4.43", path = "../fimg", default-features = false, features = [
+fimg = { version = "0.4.43", git = "https://github.com/bend-n/fimg", default-features = false, features = [
"save",
+ "scale",
] }
fux_kdtree = "0.2.0"
rand = "0.8.5"