diff options
| author | Ray San <[email protected]> | 2017-10-30 09:37:16 +0100 |
|---|---|---|
| committer | Ray San <[email protected]> | 2017-10-30 09:37:16 +0100 |
| commit | f460b3842e76e110daf0d1e81c39fb9f1b44e95e (patch) | |
| tree | 4e4ffd38ceeca7b29e48222ad859c2fffe34b171 /examples/Makefile | |
| parent | 743cc6add68111cde0366476823537210c38cab4 (diff) | |
| download | raylib-f460b3842e76e110daf0d1e81c39fb9f1b44e95e.tar.gz raylib-f460b3842e76e110daf0d1e81c39fb9f1b44e95e.zip | |
Added new example: text drawing on image
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 1557da92..2942f110 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -292,6 +292,7 @@ EXAMPLES = \ textures/textures_image_processing \ textures/textures_image_drawing \ textures/textures_image_generation \ + textures/textures_image_text \ text/text_sprite_fonts \ text/text_bmfont_ttf \ text/text_raylib_fonts \ @@ -368,4 +369,3 @@ ifeq ($(PLATFORM),PLATFORM_WEB) del *.o *.html *.js endif @echo Cleaning done - |
