diff options
author | Loïc Hoguin <[email protected]> | 2024-06-14 10:22:08 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-06-14 10:22:08 +0200 |
commit | 3ce5a264fd6cb80154ebf65413bfaa41ae8603fa (patch) | |
tree | e62184878fce5b296a5759a40d7807051eb18cec /ebin | |
parent | 20e12ce0337b6ee687424d7b9ab87f2f1e809353 (diff) | |
download | esdl2-3ce5a264fd6cb80154ebf65413bfaa41ae8603fa.tar.gz esdl2-3ce5a264fd6cb80154ebf65413bfaa41ae8603fa.tar.bz2 esdl2-3ce5a264fd6cb80154ebf65413bfaa41ae8603fa.zip |
Update Erlang.mk
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/esdl2.app | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/esdl2.app b/ebin/esdl2.app index 13c1b43..2731974 100644 --- a/ebin/esdl2.app +++ b/ebin/esdl2.app @@ -4,6 +4,7 @@ {modules, ['esdl2','esdl2_app','esdl2_callbacks','esdl2_sup','sdl','sdl_blend_mode','sdl_clipboard','sdl_cpu_info','sdl_cursor','sdl_events','sdl_filesystem','sdl_gl','sdl_hints','sdl_keyboard','sdl_keycode','sdl_mouse','sdl_pixels','sdl_platform','sdl_power','sdl_rect','sdl_renderer','sdl_surface','sdl_texture','sdl_ttf','sdl_version','sdl_video','sdl_window']}, {registered, [esdl2_sup]}, {applications, [kernel,stdlib]}, + {optional_applications, []}, {mod, {esdl2_app, []}}, {env, []} ]}.
\ No newline at end of file |