Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |