diff options
author | crupest <crupest@outlook.com> | 2023-10-07 17:19:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-07 17:19:09 +0800 |
commit | ae2ae81374792cb78259104b9cbc3e0fef5e6471 (patch) | |
tree | 7743b257cfe7544bd190423c56da09a4bb667f79 /src | |
parent | 6cd68b1402c568071eebf171bc6904a182f27485 (diff) | |
download | cru-ae2ae81374792cb78259104b9cbc3e0fef5e6471.tar.gz cru-ae2ae81374792cb78259104b9cbc3e0fef5e6471.tar.bz2 cru-ae2ae81374792cb78259104b9cbc3e0fef5e6471.zip |
Drop cairo for web.
Diffstat (limited to 'src')
-rw-r--r-- | src/platform/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/CMakeLists.txt b/src/platform/CMakeLists.txt index c1b08c2f..3f85adbc 100644 --- a/src/platform/CMakeLists.txt +++ b/src/platform/CMakeLists.txt @@ -20,7 +20,7 @@ elseif (APPLE) add_subdirectory(gui/osx) elseif (EMSCRIPTEN) add_subdirectory(web) - add_subdirectory(graphics/cairo) + # add_subdirectory(graphics/cairo) add_subdirectory(graphics/web_canvas) endif() |