Skip to content

Commit

Permalink
Update extension.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Feb 14, 2024
1 parent ad067d2 commit 108dbec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions exts/cesium.omniverse/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[core]
# Load after omni.usd.libs (-1000)
# See https://docs.omniverse.nvidia.com/py/kit/docs/guide/usd_schema.html
order = -100

[package]
version = "0.17.0"
category = "simulation"
Expand All @@ -17,6 +22,7 @@ keywords = [
"earth",
"simulation",
]
toggleable = false

# Paths are relative to the extension folder
changelog = "doc/CHANGES.md"
Expand Down Expand Up @@ -55,6 +61,9 @@ archiveDirs = ["vendor"]
[[native.plugin]]
path = "bin/cesium.omniverse.plugin"

[[native.library]]
path = "bin/${lib_prefix}CesiumUsdSchemas${lib_ext}"

[settings]
exts."cesium.omniverse".defaultAccessToken = ""
persistent.exts."cesium.omniverse".userAccessToken = ""
Expand Down

0 comments on commit 108dbec

Please sign in to comment.