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
Allow specifying method in dependency() and subproject()
If the Cargo subproject is part of the main repo we had to write a dummy
wrap file to specify the method:
```
[wrap-file]
method=cargo
```
We can now instead directly call `subproject('rust', method: 'cargo')`
with no wrap file. This also allows the method to be a user
option: `method: get_option('cargo') ? 'cargo' : 'meson'`.
0 commit comments