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(capture_webrender): write webrender revision into text #20320
Changes from 1 commit
6b16e71
0671fcb
f923097
b957f6a
5f69773
File filter...
Jump to…
build(mach): generate webrender revision via cargo lockfile
- Loading branch information
Verified
| @@ -23,6 +23,7 @@ Servo.app | ||
| .config.mk.last | ||
| /glfw | ||
| capture_webrender/ | ||
| /components/compositing/webrender_revision.rs | ||
kwonoj
Author
Contributor
|
||
|
|
||
| # Editors | ||
|
|
||
Is there a particular reason for routing the revision through rust code? could just generate a "wr.txt" and just copy it, alternatively