calcifer/build/build.rs

5 lines
146 B
Rust
Raw Normal View History

fn main() {
// custom parameter to fix clipboard issue between calcifer and external
println!("cargo:rustc-cfg=web_sys_unstable_apis");
}