1

Configure CI to build statically

This commit is contained in:
Evan Pratten 2023-10-16 11:11:11 -04:00
parent a496f2bdfe
commit e9b04d6a21
2 changed files with 3 additions and 3 deletions

View File

@ -30,4 +30,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
args: --release

View File

@ -1,6 +1,6 @@
[package]
name = "raylib-ffi"
version = "4.5.3"
version = "4.5.4"
authors = ["Evan Pratten <ewpratten@gmail.com>"]
edition = "2021"
description = "Automatic raw Rust bindings to raylib"