Update to v0.0.3
This commit is contained in:
parent
97e13c088e
commit
da8487d7dd
|
@ -1,3 +1,7 @@
|
|||
## [v0.0.2] - 2024-08-25
|
||||
### Changed
|
||||
- Refactored uniform handling in the initial geometry pass to improve maintainability.
|
||||
- Refactored uniform handling in the initial geometry pass to improve maintainability.
|
||||
|
||||
## [v0.0.3] - 2024-08-28
|
||||
### Changed
|
||||
- Correctly manage window resizing for camera aspect ratio
|
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.10)
|
||||
project(TerraVisor VERSION 0.0.2)
|
||||
project(TerraVisor VERSION 0.0.3)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
|
Loading…
Reference in New Issue