Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Rust
authored
Jan 26, 2024
by
Miki, Hiromitsu
Show whitespace changes
Inline
Side-by-side
Rust.md
View page @
b582880a
...
...
@@ -94,9 +94,12 @@ strip = true
$3634400
### Icon for windows exe
### Icon for windows exe
(GNU)
MinGW-w64 (例: MingW-W64-builds) の bin にパスを通しておく必要がある。
GNU 版のバイナリ (GNU ABI) の場合、windres.exe を使用してリソースを含むライブラリを作成、これとリンクすることでアイコンを埋め込むことができる。
\
以下手順を行う前に、MinGW-w64 (例: MingW-W64-builds) の bin にパスを通しておく必要がある。
\
MSVC 版のバイナリ (MSVC ABI) の場合、手順が異なる。rc.exe を使うらしい。
[Cargo.toml]
```
toml
...
...
...
...