ewpratten / ludum-dare-49

A game build over a weekend for Ludum Dare 49, written in Rust, made with raylib.
https://ldj.am/$261521
GNU General Public License v3.0
5 stars 1 forks source link

Update puffin_viewer requirement from 0.6 to 0.8 #83

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on puffin_viewer to permit the latest version.

Changelog

Sourced from puffin_viewer's changelog.

0.8.0 - 2021-09-06

  • Switch from lz4 to zstd compression for 50% file size and bandwidth reduction.

0.7.0 - 2021-08-23

  • Speed up GlobalProfiler::new_frame.
  • New serialization feature flag enables exporting and importing .puffin files. This replaces the old with_serde feature flag.
  • Add GlobalProfiler::add_sink for installing callbacks that are called each frame.

0.6.0 - 2021-07-05

  • Handle Windows, which uses backslash (\) as path separator.

0.5.2

  • Add opt-in serde support.

0.5.1

  • Remove stderr warning about empty frames.

0.5.0

  • GlobalProfiler now store recent history and the slowest frames.
Commits
  • 122e1e7 Release puffin_viewer 0.8.0 - file as positional arg
  • 367e33b Release puffin_egui 0.10.0 - update to egui 0.15.0
  • 56b6292 Release puffin-imgui 0.13.2 - Add ProfilerUi::global_frame_view
  • 7f9151e Release puffin_http 0.7.1 - send outstanding events on shutdown
  • 1101b7a improve docstring
  • 430ea12 puffin_viewer: Change --file option to instead be a positional argument
  • a60e3bd puffin-imgui and puffin-egui: add accessor for the GlobalFrameView
  • 7af7408 Update to egui/eframe 0.15.0
  • 4de62b7 puffin_http: Send all outstanding frames on shutdown.
  • 87c8bd0 puffin-imgui 0.13.1, puffin_egui 0.9.1, puffin_viewer 0.7.1
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)