summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
blob: 81de880d150bd12c8d65221bbb9f99831a61bb56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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;