alt_enter_fix/Cargo.toml
tommy f057283998
All checks were successful
Rust / build (push) Successful in 1m17s
Let's try building for windows using the action
2024-08-29 15:03:27 -04:00

9 lines
231 B
TOML

[package]
name = "alt_enter_fix"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"