Skip to content

Commit 3ce5a26

Browse files
committed
Update Erlang.mk
1 parent 20e12ce commit 3ce5a26

File tree

2 files changed

+976
-966
lines changed

2 files changed

+976
-966
lines changed

ebin/esdl2.app

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
{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']},
55
{registered, [esdl2_sup]},
66
{applications, [kernel,stdlib]},
7+
{optional_applications, []},
78
{mod, {esdl2_app, []}},
89
{env, []}
910
]}.

0 commit comments

Comments
 (0)