tauri/tooling/bench/tests/cpu_intensive/src-tauri/build.rs

8 lines
179 B
Rust
Raw Normal View History

// Copyright 2019-2024 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
fn main() {
tauri_build::build()
}