diff options
| author | Vlad Adrian <[email protected]> | 2021-03-28 17:08:14 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-28 16:08:14 +0200 |
| commit | 668ba870e4e84991770a14305317ae0bfafbd777 (patch) | |
| tree | 30c5c2947966b981b3251390463ff0dd7c13e08d /examples/Makefile | |
| parent | 7eaeffc8d9ddc1cee3b7cab44a519ddbc6931606 (diff) | |
| download | raylib-668ba870e4e84991770a14305317ae0bfafbd777.tar.gz raylib-668ba870e4e84991770a14305317ae0bfafbd777.zip | |
Added draw 3d text example (#1689)
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index c8fc3fb2..270f736c 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -450,7 +450,8 @@ TEXT = \ text/text_input_box \ text/text_writing_anim \ text/text_rectangle_bounds \ - text/text_unicode + text/text_unicode \ + text/text_draw_3d MODELS = \ models/models_animation \ |
