diff options
author | William McKinnon <[email protected]> | 2024-10-25 11:14:37 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-25 11:14:37 -0400 |
commit | d998099612f0397234910ce753859ee127ec5b45 (patch) | |
tree | e60d699901f14054ea44718b1be8fcaf7dc9f244 /types/fx/meson.build | |
parent | be5a78ac298f3b23c9955022ad35a18180a5894a (diff) |
feat: add shadow_node (#66)
---------
Co-authored-by: Erik Reider <[email protected]>
Diffstat (limited to 'types/fx/meson.build')
-rw-r--r-- | types/fx/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/types/fx/meson.build b/types/fx/meson.build index 3932965..d8bef8c 100644 --- a/types/fx/meson.build +++ b/types/fx/meson.build @@ -1,4 +1,3 @@ scenefx_files += files( - 'shadow_data.c', 'blur_data.c', ) |