We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feec3c3 commit 4d2b509Copy full SHA for 4d2b509
tools/workspace/tinygltf_internal/repository.bzl
@@ -6,8 +6,8 @@ def tinygltf_internal_repository(
6
github_archive(
7
name = name,
8
repository = "syoyo/tinygltf",
9
- commit = "v2.9.5",
10
- sha256 = "7b93da27c524dd17179a0eeba6f432b0060d82f6222630ba027c219ce11e24db", # noqa
+ commit = "v2.9.6",
+ sha256 = "ba2c47a095136bfc8a5d085421e60eb8e8df3bca4ae36eb395084c1b264c6927", # noqa
11
build_file = ":package.BUILD.bazel",
12
patches = [
13
":patches/json.patch",
0 commit comments