mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Release: 0.0.10
This commit is contained in:
parent
0cdebc0fa6
commit
41cfa366a9
@ -2,6 +2,8 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.0.10] - 2016-08-09
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to glium 0.15
|
||||
@ -90,7 +92,8 @@
|
||||
|
||||
- Initial release with cimgui/imgui 1.44, glium 0.9
|
||||
|
||||
[Unreleased]: https://github.com/Gekkio/imgui-rs/compare/v0.0.9...HEAD
|
||||
[Unreleased]: https://github.com/Gekkio/imgui-rs/compare/v0.0.10...HEAD
|
||||
[0.0.10]: https://github.com/Gekkio/imgui-rs/compare/v0.0.9...v0.0.10
|
||||
[0.0.9]: https://github.com/Gekkio/imgui-rs/compare/v0.0.8...v0.0.9
|
||||
[0.0.8]: https://github.com/Gekkio/imgui-rs/compare/v0.0.7...v0.0.8
|
||||
[0.0.7]: https://github.com/Gekkio/imgui-rs/compare/v0.0.6...v0.0.7
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "imgui"
|
||||
version = "0.0.10-pre"
|
||||
version = "0.0.10"
|
||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>"]
|
||||
description = "Experimental bindings to ocornut/imgui"
|
||||
readme = "README.markdown"
|
||||
@ -21,6 +21,7 @@ optional = true
|
||||
|
||||
[dependencies.imgui-sys]
|
||||
path = "imgui-sys"
|
||||
version = "0.0.10"
|
||||
|
||||
[build-dependencies]
|
||||
gcc = "0.3"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "imgui-sys"
|
||||
version = "0.0.10-pre"
|
||||
version = "0.0.10"
|
||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>"]
|
||||
description = "Raw ocornut/imgui bindings for Rust"
|
||||
homepage = "https://github.com/gekkio/imgui-rs"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user