forked from deltaphc/raylib-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Ayeke
authored and
David Ayeke
committed
Jun 7, 2019
1 parent
3f64653
commit 4573467
Showing
9 changed files
with
3,415 additions
and
934 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 @@ | ||
Bindings were generated with rust_bindgen with rustified enums using c11 | ||
|
||
Ex for osx | ||
bindgen raylib.h -o bindings_osx.rs --rustified-enum .+ -- --target=x86_64-apple-darwin -std=c11 | ||
bindgen raylib.h -o bindings_osx.rs --rustified-enum .+ -- --target=x86_64-apple-darwin -std=c11 | ||
|
||
web is copied directly from linux |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.