sharkdp / binocle

a graphical tool to visualize binary data
Apache License 2.0
1.12k stars 32 forks source link

Update libraries #53

Closed OttoAllmendinger closed 11 months ago

OttoAllmendinger commented 1 year ago

This change allows binocle to work on my system. Before it was crashing with

[2023-10-28T12:55:23Z WARN  wgpu_hal::vulkan::instance] \
  create_instance: VkError(ERROR_INCOMPATIBLE_DRIVER)
Error: No suitable `wgpu::Adapter` found.

Based off of https://github.com/parasyte/pixels/tree/main/examples/minimal-egui/src

sharkdp commented 1 year ago

Thank you. The builds are currently failing. Any chance you could have a look?

OttoAllmendinger commented 11 months ago

I fixed the formatting now but I don't understand the build error for CICD / x86_64-pc-windows-gnu (windows-2019)