mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
@@ -15,6 +15,7 @@ path = "src/sdl2/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "0.1"
|
||||
libc = "*"
|
||||
|
||||
[dependencies.sdl2-sys]
|
||||
|
||||
|
||||
@@ -13,6 +13,9 @@ build = "build.rs"
|
||||
name = "sdl2-sys"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
libc = "*"
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "0.1.7"
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
#![feature(core, libc)]
|
||||
#![feature(core)]
|
||||
|
||||
extern crate libc;
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
#![crate_name = "sdl2"]
|
||||
#![crate_type = "lib"]
|
||||
|
||||
#![feature(slicing_syntax, unsafe_destructor, optin_builtin_traits, std_misc, io, libc, hash, core, collections, rand, path)]
|
||||
#![feature(slicing_syntax, unsafe_destructor, optin_builtin_traits, std_misc, io, hash, core, collections, rand, path)]
|
||||
|
||||
extern crate libc;
|
||||
extern crate collections;
|
||||
|
||||
Reference in New Issue
Block a user