meson: Drop noc library

This commit is contained in:
Matt Borgerson
2026-01-21 17:20:14 -07:00
committed by mborgerson
parent cc4329da8d
commit 3f79ec8422
7 changed files with 1 additions and 421 deletions
-9
View File
@@ -254,15 +254,6 @@ LIBS = [
ships_static=all_platforms,
submodule=Submodule("subprojects/implot.wrap"),
),
Lib(
"noc",
"https://github.com/guillaumechereau/noc/blob/master/noc_file_dialog.h",
mit,
"https://raw.githubusercontent.com/xemu-project/xemu/master/ui/noc_file_dialog.h",
license_lines=(1, 22),
ships_static=all_platforms,
version="78b2e7b22506429dd1755ffff197c7da11507fd9",
),
Lib(
"stb_image",
"https://github.com/nothings/stb",