-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to load ressource at runtime? #97
Comments
These are generally taken care of by the framework, I humbly recommend https://tauri.app It has two methods that might be helpful. https://tauri.app/v1/guides/building/sidecar |
Of course if I misunderstood your question, please feel free to reopen and clarify what you need. :) |
I'm not using tauri 🥲 |
That's what this is generally for, but we hadn't planned to rebuild Tauri in every possible way with cargo packager. I understand your request, of course. This is not currently planned, but a PR or a more fleshed out feature request with details might be worth considering. |
I would be happy to make a PR for that. I'm thinking it just a crate that search What would be the name of this crate tho ?
You mean in this issue, or there is another process i'm not aware of ? |
Unfortunately, since cargo-packager is just a tool and not supposed to be a dependency of your app, this has to be done in one of two ways:
|
Ok, I will try to works on the first option when i find time, thanks |
Is there plan to make a loader ressource path or somethings? It would be usefull.
The text was updated successfully, but these errors were encountered: