remove old shaders
This commit is contained in:
@@ -92,7 +92,6 @@ add_subdirectory(libs/tracy)
|
||||
add_executable(mikemon
|
||||
src/smol-atlas.cpp
|
||||
src/change_directory.c
|
||||
src/shaders/shaders.c
|
||||
src/renderer_wgpu.c
|
||||
src/main.cpp
|
||||
)
|
||||
@@ -111,7 +110,6 @@ target_link_libraries(mikemon
|
||||
add_executable(mikemon-sdlgpu
|
||||
src/smol-atlas.cpp
|
||||
src/change_directory.c
|
||||
src/shaders/shaders.c
|
||||
src/renderer_sdlgpu.c
|
||||
src/main.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user