From 1c47fe8c9842966eafb52cf06da0a7a5ef34db0e Mon Sep 17 00:00:00 2001 From: Ryze <50497128+ryze312@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:10:08 +0300 Subject: [PATCH] Use cargo config to build multiple targets --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..05f4bb0 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +target = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu"]