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