From d086fc37310abe42feadd9876d5341ed6da8a31c Mon Sep 17 00:00:00 2001 From: Schmarni Date: Wed, 8 Nov 2023 05:12:27 +0100 Subject: [PATCH] maybe this fixed the library not found issue? --- examples/demo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo/Cargo.toml b/examples/demo/Cargo.toml index ebcec8c..04c55f0 100644 --- a/examples/demo/Cargo.toml +++ b/examples/demo/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [lib] -crate-type = ["cdylib", "lib"] +crate-type = ["lib", "cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html