Add font loader
This commit is contained in:
10
pytools/BUILD
Normal file
10
pytools/BUILD
Normal file
@ -0,0 +1,10 @@
|
||||
load("@pytools_deps//:requirements.bzl", "requirement")
|
||||
|
||||
py_binary(
|
||||
name = "font",
|
||||
srcs = ["font.py"],
|
||||
deps = [
|
||||
requirement("pillow"),
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
Reference in New Issue
Block a user