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
Naersk is good, but it imposes the use of cargo as a build system. Sometimes meson or make are needed.
If naersk had a vendor-only mode, it could be used alongside buildsystems other than cargo.
For example, to use meson to compile rust projects I need a
Naersk is good, but it imposes the use of cargo as a build system. Sometimes
meson
ormake
are needed.If naersk had a vendor-only mode, it could be used alongside buildsystems other than cargo.
For example, to use
meson
to compile rust projects I need anaersk could take the place of
importCargoLock
. The advantage is naersk can fetch git dependencies without me having to specify their hashesThe text was updated successfully, but these errors were encountered: