[package] name = "gpu-probe" version = "0.1.0" edition = "2024" # Standalone so this app-specific rig does not alter iris's workspace. [dependencies] # Match iris's wgpu version. wgpu = "30.0.1" pollster = "1.0.1" # Raw Vulkan queries settle capabilities on which wgpu and `cmd gpu vkjson` disagree. ash = "0.38"