2.5 KiB
2.5 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[6.0.0]
Changed
copy_buffersis now unsafe.get_displayis now unsafe.get_platform_displayis now unsafe.create_platform_window_surfaceis now unsafe.create_platform_pixmap_surfaceis now unsafe.
Fixed
- Fix
choose_config&get_configundefined behavior when the inputconfigsvector is empty. (Fixes #21). - Fix Windows build (Fixes #23).
[5.0.0]
Changed
- Upgrade dependency
libloading: ^0.7 -> ^0.8.
[4.1.0]
Changed
load_requiredandloadnow trying to loadlibEGL.so.1orlibEGL.so.
[4.0.0]
Added
no-pkg-configfeature.
Changed
- Upgrade dependency
libloading: ^0.6 -> ^0.7.
Removed
nightlyfeature hich is no longer needed sinceconst_fnis stabilized.
[3.0.2]
Changed
- One Linux, use the
RTLD_NODELETEwhen loading the EGL library inload_required_from_filenameandload_from_filename.
[3.0.1]
Changed
- Load
libEGL.so.1by default instead oflibEGL.so.
[3.0.0]
Changed
- Impl
DebugforStatic,DynamicandInstance. - Add a
DynamicInstancetype alias forInstance<Dynamic<libloading::Library>>with helper functions. - Precise version selection.
- Dynamic cast between versions with
Dynamic::load,Dynamic::load_requiredand theUpcast/Downcasttraits. DynamicInstance::downcastandIDynamicInstance::upcast.
[3.0.0-beta]
Changed
- Removed the
khronosdependency. - Dynamic linking: Add the
Apitrait and theInstancestruct along with thestaticanddynamicfeatures. - The dependency to
pkg-configis now optional, only required by thestaticfeature. - Add an optional dependency to
libloading, only required by thedynamicfeature.
[2.2.0]
Added
- Fix #9: new function
get_config_countto get the number of available frame buffer configurations.
[2.1.1]
Changed
- Upgrade dependency
gl: ^0.11 -> ^0.14 - Upgrade dependency
wayland-client: ^0.23 -> ^0.25 - Upgrade dependency
wayland-protocols: ^0.23 -> ^0.25 - Upgrade dependency
wayland-egl: ^0.23 -> ^0.25
[2.1.0]
Changed
- Fix #3: accept
Option<Display>instead ofDisplayinquery_string. - More flexible dependencies versions.