-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
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
feat(network-diagnostics): Install bones network debug window #919
Conversation
I merged the bones PR so you should be able to run |
Merged main to resolve cargo.lock conflict |
I think there might be a security warning that is going to block merging. Hopefully we can just run |
I just ran cargo update in the merge from main - so it seems these are still around. I can take a swing at resolving some of these cargo deny errors if you would like. And if stuck with problems upstream, can at least start tracking them. |
Oh, I've already got the advisories set as non-required for merge, so it looks like all we need to do is add |
PR opened: #923 |
Install the bones network debug egui plugin / add a button to open it from debug window.
Companion PR to fishfolk/bones#345