gles31-sys

Crates.iogles31-sys
lib.rsgles31-sys
version0.2.0
sourcesrc
created_at2020-11-27 17:25:07.582873
updated_at2022-01-28 22:50:04.781916
descriptionRust bindings for OpenGL ES 3.1
homepagehttps://github.com/Mersive-Technologies/gles31-sys
repositoryhttps://github.com/Mersive-Technologies/gles31-sys
max_upload_size
id317108
size8,232
Nathan (nsaslavsky)

documentation

README

OpenGL ES 3.1 bindings for rust

Provide OpenGL ES 3.1 bindings for rust

Building for iOS

rustup target add aarch64-apple-ios x86_64-apple-ios
cargo install cargo-lipo
cargo lipo

Building for Android on MacOS

brew install --cask android-sdk
export ANDROID_HOME=$HOME/Library/Android/sdk/ 
cargo build
Commit count: 21

cargo fmt