From b3d40b73e57517a765bf8b89a6f0aaf748c78370 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 22 Nov 2024 20:43:48 -0500 Subject: [PATCH] Raylib 5.5 --- Cargo.toml | 6 +++--- src/wrapper.h | 3 --- third_party/raylib | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b79871c..f5e7cfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raylib-ffi" -version = "5.0.2" +version = "5.5.0" authors = ["Evan Pratten "] 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" diff --git a/src/wrapper.h b/src/wrapper.h index 25dd02c..77cc622 100644 --- a/src/wrapper.h +++ b/src/wrapper.h @@ -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" diff --git a/third_party/raylib b/third_party/raylib index ae50bfa..c1ab645 160000 --- a/third_party/raylib +++ b/third_party/raylib @@ -1 +1 @@ -Subproject commit ae50bfa2cc569c0f8d5bc4315d39db64005b1b08 +Subproject commit c1ab645ca298a2801097931d1079b10ff7eb9df8