ul-next 0.2.0

Ultralight Rust bindings
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2024-02-06
### Changed
- Updated `glium` to `0.34`
    - Breaking, since `glium` types are incompatible with older versions.

## [0.1.4] - 2024-02-06

### Added
- The initial implementation (most) of the library. This is the first version we added `CHANGELOG`, so starting from here :).
- Implementation of most of the functionalities of the original C/C++ API.
- Added examples for the library.
- Added implementation for `glium` driver using OpenGL.

[unreleased]: https://github.com/Amjad50/ul-next/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/Amjad50/ul-next/compare/v0.1.4...v0.2.0
[0.1.4]: https://github.com/Amjad50/ul-next/compare/f937902...v0.1.4