We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unstable-puffin-pr-235 highlights by default the profiling section relevant to rapier and its testbed.
unstable-puffin-pr-235
Profiling support #743 merged the feature unstable-puffin-pr-235
This issue serves as documentation and tracks a path to stabilization.
We 're effectively blocked by Expose UI options EmbarkStudios/puffin#235 to stabilize.
In the meantime, you can enable these lines from the workspace Cargo.toml (commented on master):
Cargo.toml
master
# For feature unstable-puffin-pr-235 puffin_egui = { version = "0.29", optional = true, git = "https://github.com/Vrixyz/puffin.git", branch = "expose_ui_options" } puffin = { version = "0.19", optional = true, git = "https://github.com/Vrixyz/puffin.git", branch = "expose_ui_options" } #
The text was updated successfully, but these errors were encountered:
No branches or pull requests
unstable-puffin-pr-235
highlights by default the profiling section relevant to rapier and its testbed.Profiling support #743 merged the feature
unstable-puffin-pr-235
This issue serves as documentation and tracks a path to stabilization.
We 're effectively blocked by Expose UI options EmbarkStudios/puffin#235 to stabilize.
In the meantime, you can enable these lines from the workspace
Cargo.toml
(commented onmaster
):The text was updated successfully, but these errors were encountered: