Update osmesa-src to support building with mach

This commit is contained in:
Simon Sapin 2017-09-18 18:07:58 +02:00
parent cff9b427fc
commit 054d49e988
4 changed files with 8 additions and 2 deletions

View file

@ -19,3 +19,8 @@ opt-level = 3
# crate, add that here. Use the form:
#
# <crate> = { path = "/path/to/local/checkout" }
#
# Or for a git dependency:
#
# [patch."https://github.com/servo/<repository>"]
# <crate> = { path = "/path/to/local/checkout" }