tauri-bundler 2.9.1

Wrap rust executables in OS-specific app bundles for Tauri
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2016-2019 Cargo-Bundle developers <https://github.com/burtonageo/cargo-bundle>
// Copyright 2019-2024 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

pub mod app;
pub mod dmg;
pub mod icon;
pub mod ios;
pub mod sign;