Releases: ParticlePeter/ErupteD
replaced wayland-client-d dependency with wayland:client
vulkan-docs-v1.0.28
Skipped vulkan-docs-v1.0.25, v1.0.26 and v1.0.27
Platform (windows) specific non-surface extensions were released by NVidia for version v1.0.25, which required tweaks and an additional windows api module (core.sys.windows.winnt.d
).
The current platform extension mechanism via dub configurations is not satisfying. A more flexible approach via d is WIP.
Fix for vkDebugReportCallbackEXT not using const( char* )
vulkan-docs-v1.0.24
Skipped vulkan-docs-v1.0.23
vulkan-docs-v1.0.22
v1.4.1
DUB SDL project format bug fix
vulkan-docs-v1.0.21
Skipped vulkan-docs-v1.0.20
vulkan-docs-v1.0.19
v1.3.11
vulkan-docs-v1.0.18 and updated dependencies
Additionally to vulkan-docs-v1.0.18
ErupteD uses updated dependencies. xlib-d
has been upgraded to version 0.1.1
to depend on xcb-d 2.1.0
. ErupteD was upgraded accordingly to use xlib 0.1.1
and xcb-d 2.1.0
Depending on xcb-d v1.11.1, same as xlib-d depends on.
To avoid further dub issues ErupteD now depends on xcb-d version 1.11.1 by default, the same version as xlib-d depends on. Manual override can still happen in dub.selections. This is related release v1.3.6 "Known Issues" and this dub issue.