[go: up one dir, main page]

glutin_gles2_sys 0.3.0

The gles2 bindings for glutin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "glutin_gles2_sys"
version = "0.3.0"
authors = ["Kirill Chibisov <contact@kchibisov.com>"]
description = "The gles2 bindings for glutin"
repository = "https://github.com/rust-windowing/glutin"
license = "Apache-2.0"
readme = "README.md"
rust-version = "1.60.0"
edition = "2021"

[build-dependencies]
gl_generator = "0.14"

[target.'cfg(target_os = "ios")'.dependencies]
objc = "0.2.7"