diff --git a/.gitmodules b/.gitmodules index 93c3274..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "subprojects/wgpu-native"] - path = subprojects/wgpu-native - url = git@github.com:gfx-rs/wgpu-native.git diff --git a/README.md b/README.md deleted file mode 100644 index 1f4293c..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -## Teething problems -Currently can't link the meson build in the wgpu-native subproject so just use -mason to install that library system wide for now. diff --git a/meson.build b/meson.build deleted file mode 100644 index 8f0e2c5..0000000 --- a/meson.build +++ /dev/null @@ -1,12 +0,0 @@ -project('opengl', 'c', - default_options: 'default_library=static') - -#vulkan_dep = dependency('vulkan-headers', fallback: ['vulkan-headers', 'vulkan_headers_dep']) -sdl3_deps = [dependency('sdl3'), dependency('sdl3_image')] -opengl_deps = [dependency('glew'), dependency('gl'), dependency('cglm')] -#wgpu_native_dep = dependency('wgpu-native') - -executable('opengl', 'src/main.c', - win_subsystem: 'windows', - dependencies: [sdl3_deps, opengl_deps ] -) diff --git a/subprojects/cglm.wrap b/subprojects/cglm.wrap deleted file mode 100644 index 19371e9..0000000 --- a/subprojects/cglm.wrap +++ /dev/null @@ -1,10 +0,0 @@ -[wrap-file] -directory = cglm-0.9.6 -source_url = https://github.com/recp/cglm/archive/refs/tags/v0.9.6.tar.gz -source_filename = cglm-0.9.6.tar.gz -source_hash = be5e7d384561eb0fca59724a92b7fb44bf03e588a7eae5123a7d796002928184 -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/cglm_0.9.6-1/cglm-0.9.6.tar.gz -wrapdb_version = 0.9.6-1 - -[provide] -cglm = cglm_dep diff --git a/subprojects/sdl3.wrap b/subprojects/sdl3.wrap deleted file mode 100644 index 4f46f83..0000000 --- a/subprojects/sdl3.wrap +++ /dev/null @@ -1,13 +0,0 @@ -[wrap-file] -directory = SDL3-3.2.10 -source_url = https://github.com/libsdl-org/SDL/releases/download/release-3.2.10/SDL3-3.2.10.tar.gz -source_filename = SDL3-3.2.10.tar.gz -source_hash = f87be7b4dec66db4098e9c167b2aa34e2ca10aeb5443bdde95ae03185ed513e0 -patch_filename = sdl3_3.2.10-1_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/sdl3_3.2.10-1/get_patch -patch_hash = 64aeb3f36924c2a6c47c49a6fedee7b4e2512aa5afd72242e0e63b242047f887 -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sdl3_3.2.10-1/SDL3-3.2.10.tar.gz -wrapdb_version = 3.2.10-1 - -[provide] -sdl3 = sdl3_dep diff --git a/subprojects/sdl3_image.wrap b/subprojects/sdl3_image.wrap deleted file mode 100644 index f597267..0000000 --- a/subprojects/sdl3_image.wrap +++ /dev/null @@ -1,13 +0,0 @@ -[wrap-file] -directory = SDL3_image-3.2.4 -source_url = https://github.com/libsdl-org/SDL_image/releases/download/release-3.2.4/SDL3_image-3.2.4.tar.gz -source_filename = SDL3_image-3.2.4.tar.gz -source_hash = a725bd6d04261fdda0dd8d950659e1dc15a8065d025275ef460d32ae7dcfc182 -patch_filename = sdl3_image_3.2.4-1_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/sdl3_image_3.2.4-1/get_patch -patch_hash = c4961a7d6cf7e3e291fc631b81cab25987648516b5a984e2ba7cc730fddd6804 -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/sdl3_image_3.2.4-1/SDL3_image-3.2.4.tar.gz -wrapdb_version = 3.2.4-1 - -[provide] -sdl3_image = sdl3_image_dep diff --git a/subprojects/vulkan-headers.wrap b/subprojects/vulkan-headers.wrap deleted file mode 100644 index 938818f..0000000 --- a/subprojects/vulkan-headers.wrap +++ /dev/null @@ -1,13 +0,0 @@ -[wrap-file] -directory = Vulkan-Headers-1.3.283 -source_url = https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.283.tar.gz -source_filename = vulkan-headers-1.3.283.tar.gz -source_hash = a76ff77815012c76abc9811215c2167128a73a697bcc23948e858d1f7dd54a85 -patch_filename = vulkan-headers_1.3.283-1_patch.zip -patch_url = https://wrapdb.mesonbuild.com/v2/vulkan-headers_1.3.283-1/get_patch -patch_hash = 00e30d35117ae90a19b5b8878746fceaf31b41778b817ca9e6b3ae6063be8233 -source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/vulkan-headers_1.3.283-1/vulkan-headers-1.3.283.tar.gz -wrapdb_version = 1.3.283-1 - -[provide] -vulkanheaders = vulkan_headers_dep diff --git a/subprojects/wgpu-native b/subprojects/wgpu-native deleted file mode 160000 index 662f9dc..0000000 --- a/subprojects/wgpu-native +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 662f9dc44eb86c63a445526cc21b9326a279aca8