We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a496f2b commit e9b04d6Copy full SHA for e9b04d6
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Rust project
8
strategy:
9
matrix:
10
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest, windows-latest]
11
runs-on: ${{ matrix.os }}
12
steps:
13
- uses: actions/checkout@v2
@@ -30,4 +30,4 @@ jobs:
30
- uses: actions-rs/cargo@v1
31
with:
32
command: build
33
- args: --release --all-features
+ args: --release
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "raylib-ffi"
3
-version = "4.5.3"
+version = "4.5.4"
4
authors = ["Evan Pratten <[email protected]>"]
5
edition = "2021"
6
description = "Automatic raw Rust bindings to raylib"
0 commit comments