修复 Rust 程序中文乱码问题 - 添加 UTF-8 编码设置
This commit is contained in:
6
push_screen_rust/.cargo/config.toml
Normal file
6
push_screen_rust/.cargo/config.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[build]
|
||||
target = "x86_64-pc-windows-gnu"
|
||||
|
||||
[target.x86_64-pc-windows-gnu]
|
||||
linker = "C:\\msys64\\mingw64\\bin\\x86_64-w64-mingw32-gcc.exe"
|
||||
ar = "C:\\msys64\\mingw64\\bin\\x86_64-w64-mingw32-ar.exe"
|
||||
Reference in New Issue
Block a user