Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Aug 18, 2024
1 parent 2e6ea1e commit 2a3b24c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.28)
# -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/usr/local/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Debug

set(wgpu-shader-toy_RELEASE_YEAR "2024")
set(wgpu-shader-toy_RELEASE_MONTH "07" )
set(wgpu-shader-toy_RELEASE_DAY "29" )
set(wgpu-shader-toy_RELEASE_MONTH "08" )
set(wgpu-shader-toy_RELEASE_DAY "18" )

set(wgpu-shader-toy_VERSION "${wgpu-shader-toy_RELEASE_YEAR}.${wgpu-shader-toy_RELEASE_MONTH}.${wgpu-shader-toy_RELEASE_DAY}")

Expand Down
2 changes: 1 addition & 1 deletion external/emscripten-ports/imgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def create(final):

flags = [f'--use-port={value}' for value in build_deps.values()]
flags.append(f'-O{opts["optimizationLevel"]}')
flags.append('-DEMSCRIPTEN_USE_PORT_CONTRIB_GLFW3')
flags.append(f'-DEMSCRIPTEN_USE_PORT_CONTRIB_GLFW3=34020240817')

ports.build_port(source_path, final, port_name, srcs=srcs, flags=flags)

Expand Down

0 comments on commit 2a3b24c

Please sign in to comment.