From 3ac1e5e5a9ebcb4beb2bfe149dd5095f2250f60d Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Mon, 20 Jul 2026 20:43:48 -0700 Subject: load a nontrivial model and render it with a texture yay Force-Push: yes Change-Id: Icb715692286c8560532ab73d32a49be8f485d790 --- Cargo.lock | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Cargo.lock') 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", ] @@ -1363,6 +1364,15 @@ dependencies = [ "strict-num", ] +[[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" -- cgit 1.4.1