Files
Amr Bashir 5813af8d64 refactor: flatten repo structure (#563)
* refactor: flatten repo structure

this makes it easier for new contributors to find where templates live

* fmt

* update syntax

* saturating sub

* revert lte syntax change

* fix manifest

* react and solid
2023-12-28 17:50:39 +02:00

10 lines
207 B
Rust

// Copyright 2019-2022 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
extern crate napi_build;
fn main() {
napi_build::setup();
}