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
app.rs
The text was updated successfully, but these errors were encountered:
Break up app.rs into parts (#2303)
6d96d37
### What Part of: * #2242 Breaks up `app.rs` into several files. This required adding `pub(crate)` on some fields. I plan to remove that in a future PR, creating accessors and helpers instead. This PR doesn't change behavior; it just moves code around. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) <!-- This line will get updated when the PR build summary job finishes. --> PR Build Summary: https://build.rerun.io/pr/2303 <!-- pr-link-docs:start --> Docs preview: https://rerun.io/preview/3ef7f88/docs <!-- pr-link-docs:end -->
emilk
No branches or pull requests
The text was updated successfully, but these errors were encountered: