Fix demos compilation (using Meson)

This commit is contained in:
Mergul 2023-01-18 14:53:26 +01:00
parent ed0603a675
commit 65c6ea4489
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ executable('BubelECSDemos', [demos_src, external_src],
bindbc_loader_dep,
bindbc_sdl_dep,
cimgui_dep,
decs_dep,
bubel_ecs_dep,
ecs_utils_dep,
sdl2_dep,
sdl2_image_dep,