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 c2e8b10 commit a0992a2Copy full SHA for a0992a2
CHANGELOG.md
@@ -1,3 +1,5 @@
1
# Changes
2
3
-- Fixing shader distribution with binaries
+- Fixing shader distribution with binaries
4
+- Fixing material data distribution with binaries
5
+- Documentaion improvements
CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
# ---- Project ----
-project(RAYX VERSION 0.19.1)
+project(RAYX VERSION 0.19.2)
set(CMAKE_CXX_STANDARD 20)
6
set(CMAKE_CXX_STANDARD_REQUIRED ON)
7
# -----------------
0 commit comments