We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadbe8f commit 771d92dCopy full SHA for 771d92d
ebin/esdl2.app
@@ -0,0 +1,9 @@
1
+{application, 'esdl2', [
2
+ {description, "SDL2 Erlang NIF."},
3
+ {vsn, "0.1.0"},
4
+ {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']},
5
+ {registered, [esdl2_sup]},
6
+ {applications, [kernel,stdlib]},
7
+ {mod, {esdl2_app, []}},
8
+ {env, []}
9
+]}.
0 commit comments