Tauri: Difference between revisions
m Fixing code submitted on last edit |
Eveeifyeve (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
pkg-config | pkg-config | ||
gobject-introspection | gobject-introspection | ||
cargo | cargo | ||
cargo-tauri | cargo-tauri # Optional, Only needed if Tauri doesn't work through the traditional way. | ||
nodejs | nodejs # Optional, this is for if you have a js frontend | ||
]; | ]; | ||
Line 40: | Line 40: | ||
== Building a Tauri app on nixpkgs? == | == Building a Tauri app on nixpkgs? == | ||
A distribution mechanism has been implemented for Tauri applications within Nixpkgs. Refer to the Nixpkgs documentation for implementation details. [https://nixos.org/manual/nixpkgs/unstable/#tauri-hook here] | |||