Skip to content
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

Publicly export Capabilities and ExtensionsList struct #2101

Merged
merged 3 commits into from Feb 22, 2024

Conversation

faern
Copy link
Contributor

@faern faern commented Feb 21, 2024

It was already exposed via the CapabilitiesSource::get_capabalities method anyway, but the struct itself was not public. So a library user could not refer to the type, neither could they click their way through to the struct documentation.

See https://docs.rs/glium/latest/glium/trait.CapabilitiesSource.html#tymethod.get_capabilities

It was already exposed via the CapabilitiesSource::get_capabalities
method anyway, it was just that the type was not publicy reachable
@faern
Copy link
Contributor Author

faern commented Feb 21, 2024

Oh yeah. Not that I needed it now. But I saw ExtensionsList were in the same state. So I publicly re-exported that also!

@faern faern changed the title Publicly export Capabilities struct Publicly export Capabilities and ExtensionsList struct Feb 21, 2024
@est31 est31 merged commit 4d2ac02 into glium:master Feb 22, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants