Skip to content

Commit f9c34ad

Browse files
committed
Add --features runtime-linking to openvino crate
This makes it easier to use the runtime linking feature directly from an `openvino` dependency: ``` openvino = { version = "...", features = ["runtime-linking"] } ```
1 parent 45099d4 commit f9c34ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/openvino/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ thiserror = "1.0.20"
1818

1919
[dev-dependencies]
2020
float-cmp = "0.8"
21+
22+
[features]
23+
runtime-linking = ["openvino-sys/runtime-linking"]

0 commit comments

Comments
 (0)