Skip to content

Commit

Permalink
deps: Drop now-unused fmt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Oct 7, 2024
1 parent 714bf96 commit 544c473
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,6 @@ http_archive(
url = "https://github.com/tartanllama/expected/archive/v1.1.0.tar.gz",
)

# https://github.com/fmtlib/fmt
http_archive(
name = "fmt", # MIT
build_file = "//third_party:fmt.BUILD",
integrity = "sha256-bLHm03vct1bbvlm+Q4eQ20Cc20hoxm6IjV358T98An8=",
strip_prefix = "fmt-11.0.2",
url = "https://github.com/fmtlib/fmt/archive/11.0.2.tar.gz",
)

# https://github.com/freetype/freetype
http_archive(
name = "freetype2", # FTL
Expand Down
18 changes: 0 additions & 18 deletions third_party/fmt.BUILD

This file was deleted.

0 comments on commit 544c473

Please sign in to comment.