c0285e873d
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com> Co-authored-by: david <david@lemarier.ca> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: chip <chip@chip.sh> Co-authored-by: David Von Edge <david.vonedge@smiths.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com> Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Elvinas Predkelis <elvinas.predkelis@gmail.com> Co-authored-by: edgex004 <edgex004@gmail.com> Co-authored-by: Barry Simons <linuxuser586@gmail.com> Co-authored-by: Kris Scott <kscott91@gmail.com> Co-authored-by: grey4owl <66082492+grey4owl@users.noreply.github.com> Co-authored-by: cybai <cyb.ai.815@gmail.com> Co-authored-by: Lucas Nogueira <lucasfernandesnog@gmail.com> Co-authored-by: Robert Buchanan <robbie.buchanan@ioneyed.com> Co-authored-by: Kasper <kasperkh.kh@gmail.com> Co-authored-by: Manuel Quarneti <manuelquarneti@gmail.com> Co-authored-by: Stef Kors <stef.kors@gmail.com> Co-authored-by: David D <1168397+davedbase@users.noreply.github.com> Co-authored-by: Adilson Schmitt Junior <adilsonschj@gmail.com> Co-authored-by: Bill Avery <wravery@users.noreply.github.com> Co-authored-by: Julien Kauffmann <90217528+jkauffmann-legion@users.noreply.github.com> Co-authored-by: Andrea Giammarchi <andrea.giammarchi@gmail.com> Co-authored-by: ThisSeanZhang <46880100+ThisSeanZhang@users.noreply.github.com> Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com> |
||
---|---|---|
.. | ||
src | ||
.license_template | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE_APACHE-2.0 | ||
LICENSE_MIT | ||
README.md |
tauri-build
Component | Version |
---|---|
tauri-build |
About Tauri
Tauri is a polyglot and generic system that is very composable and allows engineers to make a wide variety of applications. It is used for building applications for Desktop Computers using a combination of Rust tools and HTML rendered in a Webview. Apps built with Tauri can ship with any number of pieces of an optional JS API / Rust API so that webviews can control the system via message passing. In fact, developers can extend the default API with their own functionality and bridge the Webview and Rust-based backend easily.
Tauri apps can have custom menus and have tray-type interfaces. They can be updated, and are managed by the user's operating system as expected. They are very small, because they use the system's webview. They do not ship a runtime, since the final binary is compiled from rust. This makes the reversing of Tauri apps not a trivial task.
This module
This applies the macros at build-time in order to rig some special features needed by cargo
.
To learn more about the details of how all of these pieces fit together, please consult this ARCHITECTURE.md document.
Semver
tauri is following Semantic Versioning 2.0.
Licenses
Code: (c) 2021 - The Tauri Programme within The Commons Conservancy.
MIT or MIT/Apache 2.0 where applicable.
Logo: CC-BY-NC-ND
- Original Tauri Logo Designs by Daniel Thompson-Yvetot and Guillaume Chau