mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
9 lines
161 B
Text
9 lines
161 B
Text
filegroup(
|
|
name = "imgs",
|
|
srcs = glob([
|
|
"**/*.ico",
|
|
"**/*.png",
|
|
"**/*.svg",
|
|
]),
|
|
visibility = ["//qt:__subpackages__"],
|
|
)
|