We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e12ce commit 3ce5a26Copy full SHA for 3ce5a26
ebin/esdl2.app
@@ -4,6 +4,7 @@
4
{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']},
5
{registered, [esdl2_sup]},
6
{applications, [kernel,stdlib]},
7
+ {optional_applications, []},
8
{mod, {esdl2_app, []}},
9
{env, []}
10
]}.
0 commit comments