mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 13:28:28 +00:00
Upgrade to bitflags 0.7
This commit is contained in:
parent
b15355bf3a
commit
44426f44a8
@ -15,6 +15,7 @@
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- ImStr::as_ptr is now part of the public API
|
- ImStr::as_ptr is now part of the public API
|
||||||
|
- Upgrade to bitflags 0.7
|
||||||
|
|
||||||
## [0.0.8] - 2016-04-15
|
## [0.0.8] - 2016-04-15
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ build = "build.rs"
|
|||||||
default = ["glium"]
|
default = ["glium"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.5"
|
bitflags = "0.7"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
||||||
[dependencies.glium]
|
[dependencies.glium]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user