Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696685132
  • Loading branch information
schmidt-sebastian authored and copybara-github committed Nov 15, 2024
1 parent 7556222 commit d50c562
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -814,3 +814,17 @@ http_archive(
strip_prefix = "abseil-py-1.4.0",
urls = ["https://github.com/abseil/abseil-py/archive/refs/tags/v1.4.0.tar.gz"],
)

http_archive(
name = "skia",
sha256 = "038d4a21f9c72d71ab49e3a7d7677b39585329465d093a4260b6c73d2f3984d6",
strip_prefix = "skia-ac75382cb971d2f5465b4608a74561ecb68599c5",
urls = ["https://github.com/google/skia/archive/ac75382cb971d2f5465b4608a74561ecb68599c5.zip"],
)

http_archive(
name = "skia_user_config",
sha256 = "038d4a21f9c72d71ab49e3a7d7677b39585329465d093a4260b6c73d2f3984d6",
strip_prefix = "skia-ac75382cb971d2f5465b4608a74561ecb68599c5/include/config",
urls = ["https://github.com/google/skia/archive/ac75382cb971d2f5465b4608a74561ecb68599c5.zip"],
)

0 comments on commit d50c562

Please sign in to comment.