webglue 0.1.0

OpenGL ES 3.0 / WebGL2 wrapper for Rust and WebAssembly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Normalize all text files to LF in the repository
* text=auto eol=lf


# Scripts (ensure LF endings)
*.sh text eol=lf

*.ps1 text eol=lf


# Common text types
*.rs text eol=lf

*.toml text eol=lf

*.md text eol=lf

*.json text eol=lf

*.ts text eol=lf

*.js text eol=lf

*.html text eol=lf

*.css text eol=lf

*.yml text eol=lf

*.yaml text eol=lf