Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Version bump to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Nov 4, 2019
1 parent d57b8ce commit 2c7d43e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "wgpu"
version = "0.3.0"
version = "0.4.0"

This comment has been minimized.

Copy link
@cloudhead

cloudhead Nov 4, 2019

🎉

authors = [
"Dzmitry Malyshau <kvark@mozilla.com>",
"Joshua Groves <josh@joshgroves.com>",
"Lucas Kent <rubickent@gmail.com>",
"kyren <kerriganw@gmail.com>",
"Cormac O'Brien <cormac@c-obrien.org>",
"Dzmitry Malyshau <kvark@mozilla.com>",
"Joshua Groves <josh@joshgroves.com>",
"Lucas Kent <rubickent@gmail.com>",
"kyren <kerriganw@gmail.com>",
"Cormac O'Brien <cormac@c-obrien.org>",
]
edition = "2018"
description = "Rusty WebGPU API wrapper"
Expand All @@ -24,8 +24,7 @@ vulkan = ["wgn/gfx-backend-vulkan"]

[dependencies.wgn]
package = "wgpu-native"
git = "https://github.com/gfx-rs/wgpu"
rev = "b8d26c9186a59cf71cd8fab4e550c0746d1a2f80"
version = "0.4"
features = ["local"]

[dependencies]
Expand Down

0 comments on commit 2c7d43e

Please sign in to comment.