From 7bbb0fa20ff65a05031886c35646248dc94a38a8 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 16 Nov 2019 19:33:48 -0800 Subject: libs/ascii: add a basic mono bitmap ascii charset The rtv module needs to show some captions, so I'm adding a minimal bitmap ascii text renderer. --- src/libs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/Makefile.am') diff --git a/src/libs/Makefile.am b/src/libs/Makefile.am index 266fcf0..48fb649 100644 --- a/src/libs/Makefile.am +++ b/src/libs/Makefile.am @@ -1 +1 @@ -SUBDIRS = grid ray +SUBDIRS = ascii grid ray -- cgit v1.2.1