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