mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
glium 0.16
This commit is contained in:
parent
e60e5161c5
commit
4da9be9e38
@ -2,6 +2,10 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.0-pre] - 2017-02-06
|
||||
|
||||
- Upgrade to glium 0.16
|
||||
|
||||
## [0.0.10] - 2016-08-09
|
||||
|
||||
### Changed
|
||||
|
||||
@ -15,7 +15,7 @@ default = ["glium"]
|
||||
libc = "0.2"
|
||||
|
||||
[dependencies.glium]
|
||||
version = "0.15"
|
||||
version = "0.16"
|
||||
default-features = false
|
||||
optional = true
|
||||
|
||||
@ -26,6 +26,6 @@ path = "imgui-sys"
|
||||
gcc = "0.3"
|
||||
|
||||
[dev-dependencies.glium]
|
||||
version = "0.15"
|
||||
version = "0.16"
|
||||
features = ["glutin"]
|
||||
default-features = false
|
||||
|
||||
@ -16,7 +16,7 @@ bitflags = "0.7"
|
||||
libc = "0.2"
|
||||
|
||||
[dependencies.glium]
|
||||
version = "0.15"
|
||||
version = "0.16"
|
||||
default-features = false
|
||||
optional = true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user