1

Raylib 5.5

This commit is contained in:
Evan Pratten 2024-11-22 20:43:48 -05:00
parent cd4ad6c87e
commit b3d40b73e5
3 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "raylib-ffi"
version = "5.0.2"
version = "5.5.0"
authors = ["Evan Pratten <ewpratten@gmail.com>"]
edition = "2021"
description = "Automatic raw Rust bindings to raylib"
@ -19,8 +19,8 @@ exclude = [
build = "build/main.rs"
[dependencies]
num-traits = "^0.2.17"
num-derive = "^0.4.1"
num-traits = "^0.2.19"
num-derive = "^0.4.2"
[build-dependencies]
bindgen = "0.70.1"

View File

@ -1,7 +1,4 @@
// This file is used to inform bindgen about every header we need to parse
// Configuration variables
#define SUPPORT_FILEFORMAT_SVG 1
// Load raylib
#include "../third_party/raylib/src/raylib.h"

2
third_party/raylib vendored

@ -1 +1 @@
Subproject commit ae50bfa2cc569c0f8d5bc4315d39db64005b1b08
Subproject commit c1ab645ca298a2801097931d1079b10ff7eb9df8