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