Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
d57a46d03337e1cc187fcc9dd72f1b4fb3596706
/
.
/
modules
/
implot
/
0.16
/
overlay
/
.github
/
BUILD.bazel
blob: b91b21ccc37469086606b4ee818e6ddfef45b1ae [
file
]
cc_binary
(
name
=
"example_implot"
,
srcs
=
[
"example_implot.cpp"
],
deps
=
[
"//:implot"
,
"@imgui"
,
],
)