blob: 638827d93be72ccaf3c60e3fa33a4ed80ccdd24a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 0.2.0
* Embed shaders;
* Update shader validation script;
* Update code style;
* Draw simple triangle;
* Bump minor version;
* Update window title;
* Update release tagging;
# 0.1.0
* Bump minor version;
* Add basic vertex and fragment shaders;
* Update dependencies;
* Pad values in Cargo configuration file;
* Depend on libc crate;
* Set signal handlers;
* Specify versions of dependencies;
* Add shader program compiler routine;
* Add Python script for validating shaders;
# 0.0.0
* Add gitignore;
* Add cargo configuration file;
* Add changelog;
* Put main loop in its own method;
* Add copyright notice to start print;
* Fix spaces;
* Add goodbye message;
|