Not requiring Rust as a dependacy (Tauri as an SDK) #13800
trymeouteh
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I think this came up a few times already. While i agree that it sounds nice, i don't think this is something we can realistically pull off (at least in the foreseeable future). Somewhat similar to this: There's taurify which pretty much does what you suggest. Disclaimer: it's a paid offering and CrabNebula is my employer so take this with a grain of salt. |
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.
-
For easier installation and project code management, I would like to suggest having Tauri not require Rust as a dependacy. Tauri should still be written in Rust but become a full SDK.
Rust will then become an optional dependacy just like Node is. And developers can simply install the Tauri SDK which is a CLI tool writren in Rust that can compile the app on desktop without having to use Rust as a runtime and to have the ability to have no Rust files in the project directory.
Beta Was this translation helpful? Give feedback.
All reactions