Use cargo config to build multiple targets

This commit is contained in:
Ryze 2024-02-14 14:10:08 +03:00
parent 550bd3a818
commit 1c47fe8c98

2
.cargo/config.toml Normal file
View file

@ -0,0 +1,2 @@
[build]
target = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu"]