Removing meson build
This commit is contained in:
parent
fafa5221ac
commit
473416a78e
8 changed files with 0 additions and 68 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
||||||
[submodule "subprojects/wgpu-native"]
|
|
||||||
path = subprojects/wgpu-native
|
|
||||||
url = git@github.com:gfx-rs/wgpu-native.git
|
|
||||||
|
|
@ -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.
|
|
||||||
12
meson.build
12
meson.build
|
|
@ -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 ]
|
|
||||||
)
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 662f9dc44eb86c63a445526cc21b9326a279aca8
|
|
||||||
Loading…
Reference in a new issue