c8cb3fb6
Johan Norberg
workspace(name = "nes")
c8cb3fb6
Johan Norberg
c8cb3fb6
Johan Norberg
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository", "new_git_repository")
63937f75
Robin Linden
63937f75
Robin Linden
git_repository(
63937f75
Robin Linden
name = "gtest",
6b93a0fa
Johan Norberg
commit = "e2239ee6043f73722e7aa812a459f54a28552929",
63937f75
Robin Linden
remote = "https://github.com/google/googletest",
6b93a0fa
Johan Norberg
shallow_since = "1623433346 -0700",
63937f75
Robin Linden
)
c8cb3fb6
Johan Norberg
c8cb3fb6
Johan Norberg
new_git_repository(
c8cb3fb6
Johan Norberg
name = "fmtlib",
36d76780
Johan Norberg
build_file = "@nes//third_party:fmtlib.BUILD",
bf04560d
Johan Norberg
commit = "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9", # 8.1.1
fdef198d
Johan Norberg
remote = "https://github.com/fmtlib/fmt",
bf04560d
Johan Norberg
shallow_since = "1641508515 -0800",
c8cb3fb6
Johan Norberg
)