mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
We've decided that these will be omitted for now. Move the check-spec-examples script into the tools/src directory, and update the go modules. Add a bash script to build and run this. Change-Id: I852f8ddb1b9b987410a2a49cf6d14e54c3cf3f0e Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/56381 Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
10 lines
184 B
Modula-2
10 lines
184 B
Modula-2
module dawn.googlesource.com/tint/tools/src
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/fatih/color v1.10.0
|
|
github.com/sergi/go-diff v1.2.0
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
)
|