blob: 903cc54be6e06b1db568aca7ae470605fdf8f188 (
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
34
35
36
37
38
39
40
41
|
# 0.3.0
* Bump minor version;
* Free resources;
* Animate screen;
# 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;
|