aclysma / profiling

Provides a very thin abstraction over instrumented profiling crates like puffin, optick, tracy, and superluminal-perf.
Apache License 2.0
319 stars 39 forks source link

Update Cargo.toml #26

Closed marshallwalker closed 2 years ago

aclysma commented 2 years ago

The build broke because of an upstream crate having a non-semver dependency (https://github.com/gwihlidal/vk-mem-rs/issues/54). I'll try to find a solution for this over the weekend. For another project, I'm patching the vk-mem crate with a git reference. That might be ok here since this is just a dev-dependency.

aclysma commented 2 years ago

This needed a decent amount of additional changes so I started a separate branch/PR (#27) based on this one