[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 = "30.0.1" pollster = "1.0.1" # 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"