v0.2.0
- _dup (duplicate) is changed to _copy. For instance glm_vec_dup -> glm_vec_copy
- OpenGL related functions are dropped to make this lib platform/third-party independent
- build conf for windows
- add some vector operations
- add cmocka to unit tests
- optimizations