Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commitbf48d9a

Browse files
Use upstream bindgen release
1 parentb7911e2 commitbf48d9a

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
-`naev-artwork` (Used to render naev artwork.)***DEPRECATED***
88
-`naev-linux-archaic` (Used for old release builds)***DEPRECATED***
99

10+
###v1.12.13
11+
- Use upstream bindgen release in setup-devenv.sh
12+
- Add SDL3 to`naev-macos` and`naev-windows`
13+
1014
###v1.12.12
1115
- Update`naev-macos` to Fedora 42
1216
- Install windows-targets' windows_x86_64_gnu crate to fix link errors with rust in`naev-windows`

‎naev-docs/setup-devenv.sh‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ rustup-init -y --default-toolchain stable
99
source~/.cargo/env
1010

1111
# Install bindgen-cli via cargo
12-
cargo install bindgen-cli --git https://github.com/rust-lang/rust-bindgen.git#97ab915
13-
12+
cargo install bindgen-cli
1413
# Print a "Ready to use" message
1514
echo"Ready to use"
1615
exec"$@"

‎naev-macos/setup-devenv.sh‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ source ~/.cargo/env
3737
rustup install stable
3838

3939
# Install bindgen-cli via cargo
40-
cargo install bindgen-cli --git https://github.com/rust-lang/rust-bindgen.git#97ab915
41-
40+
cargo install bindgen-cli
4241
# Print a "Ready to use" message
4342
echo"Ready to use"
4443
exec"$@"

‎naev-release/setup-devenv.sh‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ rustup-init -y --default-toolchain stable
99
source~/.cargo/env
1010

1111
# Install bindgen-cli via cargo
12-
cargo install bindgen-cli --git https://github.com/rust-lang/rust-bindgen.git#97ab915
13-
12+
cargo install bindgen-cli
1413
# Print a "Ready to use" message
1514
echo"Ready to use"
1615
exec"$@"

‎naev-steamruntime/setup-devenv.sh‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ source ~/.cargo/env
1313
rustup install stable
1414

1515
# Install bindgen-cli via cargo
16-
cargo install bindgen-cli --git https://github.com/rust-lang/rust-bindgen.git#97ab915
17-
16+
cargo install bindgen-cli
1817
# Print a "Ready to use" message
1918
echo"Ready to use"
2019
exec"$@"

‎naev-windows/setup-devenv.sh‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ source ~/.cargo/env
1212
rustup install stable
1313

1414
# Install bindgen-cli via cargo
15-
cargo install bindgen-cli --git https://github.com/rust-lang/rust-bindgen.git#97ab915
16-
15+
cargo install bindgen-cli
1716
# Print a "Ready to use" message
1817
echo"Ready to use"
1918
exec"$@"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp