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 @
d8de505f
...
@@ -101,13 +101,6 @@ GNU 版のバイナリ (GNU ABI) の場合、windres.exe を使用してリソ
...
@@ -101,13 +101,6 @@ GNU 版のバイナリ (GNU ABI) の場合、windres.exe を使用してリソ
MSVC 版のバイナリ (MSVC ABI) の場合、手順が異なる。rc.exe を使うらしい。
MSVC 版のバイナリ (MSVC ABI) の場合、手順が異なる。rc.exe を使うらしい。
[Cargo.toml]
```
toml
[
package
]
...
build
=
"build.rs"
```
[build.rs]
[build.rs]
```
rs
```
rs
use
std
::{
use
std
::{
...
...
...
...