[package] name = "gpu-probe" version = "0.1.0" edition = "2024" # Deliberately its own crate rather than a member of iris's workspace: the # vendored `iris/` tree is meant to stay reconcilable with the iris/iris # repository, and this is a rig belonging to ai-app. [dependencies] # Pinned to what iris asks for, so the answer is about iris rather than # about a different wgpu. wgpu = "28.0.0" pollster = "0.4.0" # Queried directly, because wgpu and `cmd gpu vkjson` disagreed about # descriptor indexing in the emulator and only the raw call says which is # right. ash = "0.38"