File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
exts/cesium.omniverse/config Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ### v0.6.1 - 2023-05-11
4+
5+ - Added ` premake5.lua ` to ` cesium.omniverse ` and ` cesium.usd.plugins ` to better support Kit templates.
6+ - Fixed crash in the Cesium Debugging window when reloading a stage.
7+
38### v0.6.0 - 2023-05-04
49
510- Added option to show credits on screen.
Original file line number Diff line number Diff line change 99# Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag
1010project (
1111 CesiumOmniverse
12- VERSION 0.6.0
12+ VERSION 0.6.1
1313 DESCRIPTION "Cesium for Omniverse"
1414 LANGUAGES CXX C)
1515
Original file line number Diff line number Diff line change 11[package ]
2- version = " 0.6.0 "
2+ version = " 0.6.1 "
33category = " simulation"
44feature = false
55app = false
You can’t perform that action at this time.
0 commit comments