aboutsummaryrefslogtreecommitdiffstats
path: root/ebin/esdl2.app
blob: c2bd8385c5a9e4ac70d314f9bdf540d2ddf1f4e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
{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_pixels','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, []}},
	{env, []}
]}.