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