#Speedup Tauri Dev
5 messages · Page 1 of 1 (latest)
By the way, I tried splitting the other parts of my project into separate crates, and they did work, but since eventually all crates would still be dependent on the "main" crate, any modification would still result in a recompilation of the main crate
like the image, my kool-craft-launcher crate takes about 1min to build
and for most of the time, i just edit account or utils crate. but it cause the command crate to rebuild, and then cause the kool-craft-launchercrate to rebuild
Even unfolding generate_context in the IDE is quite time-consuming