Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit e8a9bd0

Browse files
committed
Merge pull request #219 from jgilchrist/reexport-ffi
Explicitly re-export tcod_sys (ffi)
2 parents e96c5e1 + 9417232 commit e8a9bd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bindings.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
pub extern crate tcod_sys as ffi;
2+
13
extern crate libc;
2-
extern crate tcod_sys as ffi;
34

45
pub use std::ffi::CString;
56
pub use self::libc::{c_char, c_int, c_float, c_uint, c_void, uint8_t};

0 commit comments

Comments
 (0)