mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
Updates the requirements on [cfg-if](https://github.com/alexcrichton/cfg-if) to permit the latest version. - [Release notes](https://github.com/alexcrichton/cfg-if/releases) - [Commits](https://github.com/alexcrichton/cfg-if/compare/0.1.1...1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
napi-build
Build support for napi-rs
Setup N-API build in your build.rs:
extern crate napi_build;
fn main() {
napi_build::setup();
}