1

Bump raylib version to 5.0

This commit is contained in:
Evan Pratten 2023-11-18 11:24:41 -05:00
parent 12844aa07c
commit 82b3dfcf5b
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "raylib-ffi" name = "raylib-ffi"
version = "4.5.5" version = "5.0.0"
authors = ["Evan Pratten <ewpratten@gmail.com>"] authors = ["Evan Pratten <ewpratten@gmail.com>"]
edition = "2021" edition = "2021"
description = "Automatic raw Rust bindings to raylib" description = "Automatic raw Rust bindings to raylib"
@ -19,7 +19,7 @@ exclude = [
build = "build/main.rs" build = "build/main.rs"
[build-dependencies] [build-dependencies]
bindgen = "^0.65.0" bindgen = "0.69.1"
cmake = "^0.1.49" cmake = "^0.1.49"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"

2
third_party/raylib vendored

@ -1 +1 @@
Subproject commit fec96137e8d10ee6c88914fbe5e5429c13ee1dac Subproject commit ae50bfa2cc569c0f8d5bc4315d39db64005b1b08