aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/esdl2.app
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-01-05 21:58:55 +0100
committerLoïc Hoguin <[email protected]>2018-01-05 21:58:55 +0100
commitd3c5885b7463f3019efdf2ee1fd9cdf7d85396fe (patch)
tree2854279a88ce8c2be99739216edd10b0e36b6b5b /ebin/esdl2.app
parent30cd5551c4cdc7a2d9bbc92dfbc0313764d2bdad (diff)
downloadesdl2-d3c5885b7463f3019efdf2ee1fd9cdf7d85396fe.tar.gz
esdl2-d3c5885b7463f3019efdf2ee1fd9cdf7d85396fe.tar.bz2
esdl2-d3c5885b7463f3019efdf2ee1fd9cdf7d85396fe.zip
Implement SDL_GetPlatform to get one more header done
Diffstat (limited to 'ebin/esdl2.app')
-rw-r--r--ebin/esdl2.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/esdl2.app b/ebin/esdl2.app
index e4b849b..093aeae 100644
--- a/ebin/esdl2.app
+++ b/ebin/esdl2.app
@@ -1,7 +1,7 @@
{application, 'esdl2', [
{description, "SDL2 Erlang NIF."},
{vsn, "0.1.0"},
- {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_power','sdl_rect','sdl_renderer','sdl_surface','sdl_texture','sdl_version','sdl_window']},
+ {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_platform','sdl_power','sdl_rect','sdl_renderer','sdl_surface','sdl_texture','sdl_version','sdl_window']},
{registered, [esdl2_sup]},
{applications, [kernel,stdlib]},
{mod, {esdl2_app, []}},