You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
error[E0433]: failed to resolve: could not find `universal` in `generic`
--> src/lib.rs:45:33
|
45 | use surfman::platform::generic::universal::context::Context;
| ^^^^^^^^^ could not find `universal` in `generic`
We need to either enable sm-osmesa by default in Cargo.toml or add a feature that enables it.
The text was updated successfully, but these errors were encountered:
Yes, at the moment I build with --features=surfman/sm-osemsa, but we could expose a feature for that. This is all probably temporary until the API for bootstrapping settles down.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We need to either enable sm-osmesa by default in Cargo.toml or add a feature that enables it.
The text was updated successfully, but these errors were encountered: