added gitmodules files and other setting updates

This commit is contained in:
Travis Herbranson 2026-05-22 17:49:15 -04:00
parent 5cff79d211
commit 92ca7253c7
4 changed files with 13 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "InstantMesh"]
path = InstantMesh
url = https://github.com/TencentARC/InstantMesh.git

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.12

1
InstantMesh Submodule

@ -0,0 +1 @@
Subproject commit 08822c52fdc399b93ea00e4fa9e596344ed52ccc

8
uv.lock generated Normal file
View File

@ -0,0 +1,8 @@
version = 1
revision = 3
requires-python = ">=3.12"
[[package]]
name = "instamesh-docker"
version = "0.1.0"
source = { virtual = "." }