glume 0.3.0

A simple to use all-in-one OpenGL application framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.gl]
version = "0.14"

[dependencies.glutin]
version = "0.29.1"

[package]
description = "A simple to use all-in-one OpenGL application framework."
edition = "2021"
keywords = ["opengl", "graphics", "gamedev"]
license = "MIT OR Apache-2.0"
name = "glume"
readme = "README.md"
repository = "https://github.com/blindley/glume"
version = "0.3.0"