mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
fix bitflags dependency
This commit is contained in:
@@ -23,3 +23,6 @@ path = "src/demo/main.rs"
|
||||
git = "https://github.com/AngryLawyer/rust-sdl2"
|
||||
#version = "~0.0.3"
|
||||
|
||||
[dependencies]
|
||||
|
||||
bitflags = "*"
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user