Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sharkdp/binocle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: sharkdp/binocle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 21, 2023

  1. Update Arch Linux package URL in README.md

    The old URL returns 404 now.
    felixonmars authored and sharkdp committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6fa2a76 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Update libraries

    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
    OttoAllmendinger authored and sharkdp committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0db9f8f View commit details
    Browse the repository at this point in the history
  2. Disable x86_64-pc-windows-gnu, see #53

    David Peter committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6b93043 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    David Peter committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    495a08e View commit details
    Browse the repository at this point in the history
  4. Fix clippy suggestions

    David Peter committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    9499cf1 View commit details
    Browse the repository at this point in the history
  5. Update version

    David Peter committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f7e1bfe View commit details
    Browse the repository at this point in the history
Loading