-
Notifications
You must be signed in to change notification settings - Fork 23
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
Use surfman that has glow instead of GL_gen #255
base: main
Are you sure you want to change the base?
Conversation
5d2b91d
to
2e0ce6f
Compare
2e0ce6f
to
c9e5a36
Compare
Signed-off-by: sagudev <[email protected]>
c9e5a36
to
ade0f62
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Just a couple comments:
@@ -35,7 +35,7 @@ openxr = { version = "0.19", optional = true } | |||
serde = { version = "1.0", optional = true } | |||
glow = "0.16" | |||
raw-window-handle = "0.6" | |||
surfman = { git = "https://github.com/servo/surfman", rev = "300789ddbda45c89e9165c31118bf1c4c07f89f6", features = [ | |||
surfman = { git = "https://github.com/servo/surfman", rev = "e78ea1b24e1de57f24fc761186d8e9d9e43d660a", features = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make a surfman release now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was hoping to get this and land companion PR (this way we can still do revert if something goes wrong) then do release on weekend. See servo/surfman#325 (comment)
Signed-off-by: sagudev <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but let's make the surfman release before landing this. Thank you for all of the hard work!
Depends on servo/surfman#321