mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-01 01:45:38 +00:00
13 lines
291 B
Plaintext
13 lines
291 B
Plaintext
# Copy this file to <tint clone dir>/.gclient to bootstrap gclient in a
|
|
# standalone checkout of Tint.
|
|
|
|
solutions = [
|
|
{ "name" : ".",
|
|
"url" : "https://dawn.googlesource.com/tint",
|
|
"deps_file" : "DEPS",
|
|
"managed" : False,
|
|
"custom_deps": {
|
|
},
|
|
},
|
|
]
|