calcifer/build/build.rs

5 lines
146 B
Rust
Raw Normal View History

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