[package] name = "wgpu_bindings" version = "0.1.0" authors = [ "Dzmitry Malyshau ", "Joshua Groves ", ] edition = "2018" license = "MPL-2.0" publish = false [lib] [features] default = [] [dependencies.wgc] package = "wgpu-core" git = "https://github.com/gfx-rs/wgpu" rev = "b370b990" #Note: "replay" shouldn't ideally be needed, # but it allows us to serialize everything across IPC. features = ["replay", "trace", "serial-pass"] [dependencies.wgt] package = "wgpu-types" git = "https://github.com/gfx-rs/wgpu" rev = "b370b990" [dependencies.wgh] package = "wgpu-hal" git = "https://github.com/gfx-rs/wgpu" rev = "b370b990" [dependencies] bincode = "1" log = "0.4" parking_lot = "0.11" serde = "1"