We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8934de commit 27c4ea2Copy full SHA for 27c4ea2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "kornia-rs"
3
-version = "0.1.2"
+version = "0.1.3"
4
edition = "2021"
5
description = "Low-level computer vision library in Rust"
6
homepage = "http://kornia.org"
@@ -31,6 +31,7 @@ tempfile = "3.9.0"
31
rayon = "1.10.0"
32
rerun = "0.14.1"
33
walkdir = "2.5.0"
34
+packed_simd = "0.3.9"
35
36
37
[features]
kornia-py/Cargo.toml
name = "kornia-py"
[lib]
0 commit comments