fix bitflags dependency

This commit is contained in:
Evgeny Khudoba
2015-01-23 00:55:42 +06:00
parent 7082d92022
commit 9e156660d7
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -23,3 +23,6 @@ path = "src/demo/main.rs"
git = "https://github.com/AngryLawyer/rust-sdl2"
#version = "~0.0.3"
[dependencies]
bitflags = "*"
+2
View File
@@ -5,6 +5,8 @@ A binding for SDL2_mixer.
#![crate_name = "sdl2_mixer"]
#![crate_type = "lib"]
#[macro_use]
extern crate bitflags;
extern crate libc;
extern crate sdl2;