summaryrefslogblamecommitdiff
path: root/CHANGELOG.txt
blob: 903cc54be6e06b1db568aca7ae470605fdf8f188 (plain) (tree)
1
2
3
4
5
6
7
8



                     

                 

                 




                                  





                         











                                           




                               




                                      
# 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;