Tauri: Difference between revisions

m Fix syntax
Mrid22 (talk | contribs)
m i added rustc as a package in the devshell, as its needed to run the dev server that tauri provides
 
Line 18: Line 18:
     cargo-tauri # Optional, Only needed if Tauri doesn't work through the traditional way.
     cargo-tauri # Optional, Only needed if Tauri doesn't work through the traditional way.
     nodejs # Optional, this is for if you have a js frontend
     nodejs # Optional, this is for if you have a js frontend
    rustc # Needed for dev server (npm tauri dev)
   ];
   ];