Skip to content

Commit 8dc1319

Browse files
committed
particle stuff
1 parent 9783a2c commit 8dc1319

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
},
9898
"files.exclude": {
9999
"build": true,
100-
"OpenGL/vendor": true,
101100
},
102101
"C_Cpp.default.cppStandard": "c++20"
103102
}

OpenGL/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ endif()
3232
file(GLOB_RECURSE res_files "res/*")
3333

3434
# Add WebGPU
35-
# Also adds Add GLFW
35+
# Also adds GLFW
3636
FetchContent_Declare(
3737
webgpu
3838
GIT_REPOSITORY https://github.com/anchpop/WebGPU-distribution.git
39-
GIT_TAG 257f230bdad880339eef961b7ff5974a04e30dc5
39+
GIT_TAG 63a161d94cf5511068303edb1ddc9273856649b1
4040
)
4141
FetchContent_MakeAvailable(webgpu)
4242

43+
4344
add_subdirectory(${VENDOR_DIR}/glfw3webgpu)
4445

4546
# Add GLM

0 commit comments

Comments
 (0)