Skip to content

Commit

Permalink
added changelog, updated meta-data
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbox-irl committed Sep 30, 2024
1 parent 9e577fa commit bdc6b64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit bdc6b64

Please sign in to comment.