alt_enter_fix/Cargo.toml

9 lines
231 B
TOML
Raw Normal View History

2023-06-01 03:02:20 +00:00
[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"