tea_render 0.1.1

A lib for easier use of OpenGL functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]

name = "tea"

path = "src/lib.rs"



[package]

name = "tea_render"

description = "A lib for easier use of OpenGL functions"

categories = ["rendering", "opengl", "graphics"]

keywords = ["opengl", "cafe", "rendering", "framework", "engine"]

authors = ["Canoi Gomes <canoiaguiar@gmail.com>"]

repository = "https://codeberg.org/cafe/tea"

version = "0.1.1"

license = "MIT"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

gl = "0.14.0"