alt_enter_fix/Cargo.toml
tommy 665af2dcc3
Some checks failed
Rust / build (push) Failing after 35s
Let's try building for windows using the action
2024-08-29 14:53:02 -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"