summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-07-20 20:43:48 -0700
committerIrene Knapp <ireneista@irenes.space>2026-07-20 20:43:48 -0700
commit3ac1e5e5a9ebcb4beb2bfe149dd5095f2250f60d (patch)
treed409eb8dfcca1b56dffe8c143a2c9028818d6d5d /Cargo.lock
parent365c2f8bdc217f33264e3aed394f67840a4c075d (diff)
load a nontrivial model and render it with a texture HEAD main
yay

Force-Push: yes
Change-Id: Icb715692286c8560532ab73d32a49be8f485d790
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9523c82..b96726a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1283,6 +1283,7 @@ version = "0.1.0"
 dependencies = [
  "libloading",
  "png",
+ "tobj",
  "vulkanalia",
  "winit",
 ]
@@ -1364,6 +1365,15 @@ dependencies = [
 ]
 
 [[package]]
+name = "tobj"
+version = "4.0.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2da83817ac7401436633efc35c19edae9f326fa741fae775a1caa406de9db07c"
+dependencies = [
+ "ahash",
+]
+
+[[package]]
 name = "toml_datetime"
 version = "1.1.1+spec-1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"