diff options
| author | eggmund <[email protected]> | 2019-05-12 16:50:56 +0100 |
|---|---|---|
| committer | eggmund <[email protected]> | 2019-05-12 16:50:56 +0100 |
| commit | 49a49e492ab58745ce7d7bbb3f8cb5b315f12de0 (patch) | |
| tree | 14a05387c453bb542f1a3ac678649c3de5275cf5 /examples/Makefile | |
| parent | 561c486ceb2d1563fbcd0bec60a1f1d9e94cb7c0 (diff) | |
| download | raylib-49a49e492ab58745ce7d7bbb3f8cb5b315f12de0.tar.gz raylib-49a49e492ab58745ce7d7bbb3f8cb5b315f12de0.zip | |
Added julia set shader example.
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 083afd92..6b9f5229 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -423,6 +423,7 @@ EXAMPLES = \ shaders/shaders_postprocessing \ shaders/shaders_raymarching \ shaders/shaders_palette_switch \ + shaders/shaders_julia_set \ audio/audio_sound_loading \ audio/audio_music_stream \ audio/audio_module_playing \ |
