Size: 270 bytes.


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# cs/apps/trycopilot.ai/text/BUILD
package(default_visibility = ["//visibility:public"])

# Render text in a graphics GUI from scratch

cc_binary(
    name = "draw_to_console",
    srcs = ["draw_to_console.cc"],
    deps = ["//cs/apps/trycopilot.ai/text/fonts:mono"],
)
v0 (commit) © 2025 @p13i.io | Load balancer proxied to: cs-code-viewer-3:8080 in 1ms.