Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Can't build by default on macOS #1

Open
jdm opened this issue Nov 4, 2019 · 1 comment
Open

Can't build by default on macOS #1

jdm opened this issue Nov 4, 2019 · 1 comment

Comments

@jdm
Copy link
Member

jdm commented Nov 4, 2019

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.

@asajeffrey
Copy link
Member

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants