alt_enter_fix/Cargo.toml
tommy 83b0a5878b
All checks were successful
Rust / build (push) Successful in 1m19s
Let's try building for windows using the action
2024-08-29 15:01:05 -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"