From c444f6ddc27fb5d5fc453ff76abc9d8a6c047070 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Mon, 23 Oct 2023 17:54:46 +0200 Subject: [PATCH] Bump to 0.13 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6390de7..277b9011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project follows semantic versioning. +### v0.13 (2023-10-21) + +- [changed] Updated to latest BGFX (Thanks tirtao) + ### v0.2 (2021-08-19) - [changed] Updated bgfx/bimg/bx to latest git version diff --git a/Cargo.toml b/Cargo.toml index 62195d71..a12260f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "low-level FFI bindings for bgfx" repository = "https://github.com/emoon/bgfx-sys" documentation = "https://docs.rs/bgfx-sys/0.10/bgfx-sys" name = "bgfx-sys" -version = "0.12.0" +version = "0.13.0" edition = "2018" build = "build.rs"