calcifer/build/build.rs

5 lines
140 B
Rust
Raw Normal View History

fn main() {
2024-07-22 20:36:00 +02:00
// custom parameter to fix clipboard issue between calcifer and external
println!("cargo:rustc-cfg=web_sys_unstable_apis");
}