We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4980219 commit 73935b8Copy full SHA for 73935b8
CHANGELOG.md
@@ -1,3 +1,5 @@
1
# Changes
2
3
-- Fixing shader distribution with binaries again
+- Improve robustness of rayx-ui optical element rendering
4
+- Fixing asset distribution for rayx-ui
5
+- Fixing script distribution for rayx
CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
# ---- Project ----
-project(RAYX VERSION 0.19.3)
+project(RAYX VERSION 0.19.4)
set(CMAKE_CXX_STANDARD 20)
6
set(CMAKE_CXX_STANDARD_REQUIRED ON)
7
# -----------------
0 commit comments