LiteRT-LM / BUILD.stb
SeaWolf-AI's picture
Upload full LiteRT-LM codebase
5f923cd verified
package(default_visibility = ["//visibility:public"])
cc_library(
name = "stb_image",
hdrs = ["stb_image.h"],
)
cc_library(
name = "stblib",
hdrs = [
"stb_dxt.h",
"stb_image.h",
"stb_image_resize2.h",
"stb_image_write.h",
],
)