aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/esdl2.app
diff options
context:
space:
mode:
Diffstat (limited to 'ebin/esdl2.app')
-rw-r--r--ebin/esdl2.app9
1 files changed, 9 insertions, 0 deletions
diff --git a/ebin/esdl2.app b/ebin/esdl2.app
new file mode 100644
index 0000000..c794a76
--- /dev/null
+++ b/ebin/esdl2.app
@@ -0,0 +1,9 @@
+{application, 'esdl2', [
+ {description, "SDL2 Erlang NIF."},
+ {vsn, "0.1.0"},
+ {modules, ['esdl2','esdl2_app','esdl2_callbacks','esdl2_sup','sdl','sdl_clipboard','sdl_cpu_info','sdl_events','sdl_filesystem','sdl_gl','sdl_hints','sdl_keyboard','sdl_power','sdl_renderer','sdl_surface','sdl_texture','sdl_version','sdl_window']},
+ {registered, [esdl2_sup]},
+ {applications, [kernel,stdlib]},
+ {mod, {esdl2_app, []}},
+ {env, []}
+]}. \ No newline at end of file