Image/build.rs
LongYinan c0997adba5
Init
2022-01-11 00:11:26 +08:00

6 lines
63 B
Rust

extern crate napi_build;
fn main() {
napi_build::setup();
}