From 1d13e429ff8701ecb84c0ab0a1c8cba90728da79 Mon Sep 17 00:00:00 2001 From: WanderingPenwing Date: Mon, 22 Jul 2024 20:36:00 +0200 Subject: [PATCH] removed custom build.rs --- Cargo.toml | 2 +- build/build.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2c98004..080687a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "calcifer" version = "1.4.0" edition = "2021" -build = "build/build.rs" +#build = "build/build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/build/build.rs b/build/build.rs index 90f0304..7d92f7d 100644 --- a/build/build.rs +++ b/build/build.rs @@ -1,4 +1,4 @@ fn main() { - // custom parameter to fix clipboard issue between calcifer and external - println!("cargo:rustc-cfg=web_sys_unstable_apis"); + // custom parameter to fix clipboard issue between calcifer and external + println!("cargo:rustc-cfg=web_sys_unstable_apis"); }