Raylib 5.5
This commit is contained in:
parent
cd4ad6c87e
commit
b3d40b73e5
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "raylib-ffi"
|
name = "raylib-ffi"
|
||||||
version = "5.0.2"
|
version = "5.5.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,8 +19,8 @@ exclude = [
|
|||||||
build = "build/main.rs"
|
build = "build/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
num-traits = "^0.2.17"
|
num-traits = "^0.2.19"
|
||||||
num-derive = "^0.4.1"
|
num-derive = "^0.4.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.70.1"
|
bindgen = "0.70.1"
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
// This file is used to inform bindgen about every header we need to parse
|
// This file is used to inform bindgen about every header we need to parse
|
||||||
|
|
||||||
// Configuration variables
|
|
||||||
#define SUPPORT_FILEFORMAT_SVG 1
|
|
||||||
|
|
||||||
// Load raylib
|
// Load raylib
|
||||||
#include "../third_party/raylib/src/raylib.h"
|
#include "../third_party/raylib/src/raylib.h"
|
||||||
|
2
third_party/raylib
vendored
2
third_party/raylib
vendored
@ -1 +1 @@
|
|||||||
Subproject commit ae50bfa2cc569c0f8d5bc4315d39db64005b1b08
|
Subproject commit c1ab645ca298a2801097931d1079b10ff7eb9df8
|
Loading…
x
Reference in New Issue
Block a user