mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-13 21:02:10 +08:00
7 lines
100 B
Rust
7 lines
100 B
Rust
extern crate napi_build;
|
|
|
|
fn main() {
|
|
static_vcruntime::metabuild();
|
|
napi_build::setup();
|
|
}
|