From bdc6b647080967d79e5a5075e624a877f9675560 Mon Sep 17 00:00:00 2001 From: Jonathan Spira Date: Sun, 29 Sep 2024 21:56:41 -0400 Subject: [PATCH] added changelog, updated meta-data --- CHANGELOG.md | 7 +++++++ Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e331806 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## Unreleased + +- Updated `glow` version to `0.14`. +- Fixed an incorrect feature name `bind_vertex_array_support` was called as `vertex_array_support`. +- Changed example image to sipi-4-2-07 (peppers). \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index f5a165e..89d7805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "imgui-glow-renderer" version = "0.12.0" edition = "2021" description = "glow renderer for the imgui crate" -homepage = "https://github.com/imgui-rs/imgui-rs" -repository = "https://github.com/imgui-rs/imgui-rs" +homepage = "https://github.com/imgui-rs/imgui-glow-renderer" +repository = "https://github.com/imgui-rs/imgui-glow-renderer" license = "MIT OR Apache-2.0" categories = ["gui", "rendering"]