Add usdasm submodule for asset management

- Added a new submodule for usdasm located in assets/asm/usdasm to facilitate asset management.
- Updated .gitmodules to include the new submodule URL for easier integration and updates.
This commit is contained in:
scawful
2025-09-24 19:09:50 -04:00
parent 9a78f37105
commit 93b000d1a8
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -19,3 +19,6 @@
[submodule "src/lib/nativefiledialog-extended"]
path = src/lib/nativefiledialog-extended
url = https://github.com/btzy/nativefiledialog-extended.git
[submodule "assets/asm/usdasm"]
path = assets/asm/usdasm
url = https://github.com/spannerisms/usdasm.git

1
assets/asm/usdasm Submodule

Submodule assets/asm/usdasm added at d53311a54a