mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Release: 0.0.11
This commit is contained in:
parent
c99b186199
commit
e6f876890c
@ -2,6 +2,8 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.0.11] - 2017-02-15
|
||||
|
||||
### Added
|
||||
|
||||
- `ImVec2::zero()`
|
||||
@ -115,7 +117,8 @@
|
||||
|
||||
- Initial release with cimgui/imgui 1.44, glium 0.9
|
||||
|
||||
[Unreleased]: https://github.com/Gekkio/imgui-rs/compare/v0.0.10...HEAD
|
||||
[Unreleased]: https://github.com/Gekkio/imgui-rs/compare/v0.0.11...HEAD
|
||||
[0.0.11]: https://github.com/Gekkio/imgui-rs/compare/v0.0.10...v0.0.11
|
||||
[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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "imgui"
|
||||
version = "0.0.11-pre"
|
||||
version = "0.0.11"
|
||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>"]
|
||||
description = "Experimental bindings to ocornut/imgui"
|
||||
readme = "README.markdown"
|
||||
@ -18,6 +18,7 @@ optional = true
|
||||
|
||||
[dependencies.imgui-sys]
|
||||
path = "imgui-sys"
|
||||
version = "0.0.11"
|
||||
|
||||
[build-dependencies]
|
||||
gcc = "0.3"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "imgui-sys"
|
||||
version = "0.0.11-pre"
|
||||
version = "0.0.11"
|
||||
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