-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bgfx and bx updated, bimg added. - Updated to compile with latest rust. - rust-bindgen change a lot, which caused a lot of changes. - Removed beta channels from appveyor, as it fails to link documentation tests for some reason.
- Loading branch information
Showing
17 changed files
with
5,409 additions
and
1,743 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
language: rust | ||
dist: trusty | ||
sudo: false | ||
|
||
rust: | ||
- stable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,17 @@ | ||
rust-bindgen: | ||
git clone https://github.com/crabtw/rust-bindgen | ||
git clone https://github.com/servo/rust-bindgen.git | ||
|
||
rust-bindgen/target/release/bindgen: rust-bindgen | ||
cd rust-bindgen && git checkout 6e33fbe74de0c38c68658cc51c6d8fe584691367 | ||
cd rust-bindgen && cargo build --release | ||
|
||
src/ffi_bgfx.rs: rust-bindgen/target/release/bindgen bgfx/include/bgfx/c99/bgfx.h bgfx/include/bgfx/c99/bgfxplatform.h | ||
src/ffi_bgfx.rs: rust-bindgen/target/release/bindgen bgfx/include/bgfx/c99/bgfx.h bgfx/include/bgfx/c99/platform.h | ||
rust-bindgen/target/release/bindgen \ | ||
-match bgfx.h \ | ||
-I bgfx/include \ | ||
-I bx/include \ | ||
--constified-enum bgfx_renderer_type \ | ||
--constified-enum bgfx_attrib \ | ||
--constified-enum bgfx_render_frame \ | ||
-o src/ffi_bgfx.rs \ | ||
bgfx/include/bgfx/c99/bgfx.h | ||
|
||
src/ffi_bgfxplatform.rs: rust-bindgen/target/release/bindgen bgfx/include/bgfx/c99/bgfx.h bgfx/include/bgfx/c99/bgfxplatform.h | ||
rust-bindgen/target/release/bindgen \ | ||
-match bgfxplatform.h \ | ||
-I bgfx/include \ | ||
-I bx/include \ | ||
-include bgfx/c99/bgfx.h \ | ||
-o src/ffi_bgfxplatform.rs \ | ||
bgfx/include/bgfx/c99/bgfxplatform.h | ||
bgfx/include/bgfx/c99/platform.h \ | ||
-- \ | ||
-Ibgfx/include \ | ||
-Ibx/include \ | ||
-include bgfx/c99/bgfx.h |
Submodule bgfx
updated
2707 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.