slint/api/sixtyfps-node/native/build.rs
Olivier Goffart 13c7e0dec8 Begin working on a Node API
Currently, the followinf command in the example/nodetest directory works:
    npm install ../../api/sixtyfps-node && node main.js
2020-06-03 17:33:05 +02:00

3 lines
39 B
Rust

fn main() {
neon_build::setup();
}