Skip to content

Commit

Permalink
Bump raylib version to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten committed Nov 18, 2023
1 parent 12844aa commit 82b3dfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raylib-ffi"
version = "4.5.5"
version = "5.0.0"
authors = ["Evan Pratten <ewpratten@gmail.com>"]
edition = "2021"
description = "Automatic raw Rust bindings to raylib"
Expand All @@ -19,7 +19,7 @@ exclude = [
build = "build/main.rs"

[build-dependencies]
bindgen = "^0.65.0"
bindgen = "0.69.1"
cmake = "^0.1.49"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion third_party/raylib
Submodule raylib updated 216 files

0 comments on commit 82b3dfc

Please sign in to comment.