[package] name = "examples" version = "0.1.0" authors = [ "Dzmitry Malyshau ", "Joshua Groves ", ] publish = false [[bin]] name = "hello_triangle" path = "hello_triangle_rust/main.rs" [features] default = [] remote = ["wgpu-native/remote"] metal = ["wgpu-native/gfx-backend-metal"] dx12 = ["wgpu-native/gfx-backend-dx12"] vulkan = ["wgpu-native/gfx-backend-vulkan"] [dependencies] wgpu-native = { path = "../wgpu-native" } wgpu = { path = "../wgpu-rs" }