Skip to content

Commit

Permalink
Raylib 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten committed Nov 23, 2024
1 parent cd4ad6c commit b3d40b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions src/wrapper.h
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion third_party/raylib
Submodule raylib updated 407 files

0 comments on commit b3d40b7

Please sign in to comment.