Using a tauri app as a C++ library ? #7414
Unanswered
jacquesmignault
asked this question in
Q&A
Replies: 1 comment 2 replies
-
https://github.com/tauri-apps/tauri/tree/dev/examples/tauri-dynamic-lib |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi !
I'm a noobie with Rust.
I saw this setting in Cargo.toml :
#[lib]
#crate-type = ["cdylib"]
Does this mean I can generate a dylib for another C++ app, made with say JUCE, to use ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions