Bootstrap tauri code within rust app #7421
Unanswered
ArthurFleischman
asked this question in
Q&A
Replies: 1 comment
-
Well, as long as you don't need any of the bundler features you really only need to care about the No idea about the frontend though. And also not really for tauri's bundler/cli but i think i don't understand the idea here enough for that 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I'm trying to create an monorepo app where every component of it runs asynchronously using Tokio, the Tauri+yew app is just one of those modules, how can i start the desktop/frontend part while maintaining the tauri app in the same runtime as my projetc? (aka, how can I start a tauri app within rust code)
Beta Was this translation helpful? Give feedback.
All reactions