min_gl 0.3.0

Minimal boilerplate code for OpenGL applications with glfw and glad.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.glfw]
version = "0.43.0"

[dependencies.min_timer]
optional = true
version = "0.4.0"

[package]
authors = ["Cem GeƧgel <gecgelcem@outlook.com>"]
categories = ["external-ffi-bindings", "game-development", "graphics", "rendering::graphics-api"]
description = "Minimal boilerplate code for OpenGL applications with glfw and glad."
edition = "2021"
keywords = ["opengl", "windowing", "glfw", "glad"]
license = "MIT OR Apache-2.0"
name = "min_gl"
readme = "README.md"
repository = "https://github.com/Waistax/min_gl"
version = "0.3.0"