Skip to content

Commit 46b7f7a

Browse files
committed
Bumped version to v0.1.0
1 parent 23dc968 commit 46b7f7a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ authors = ["Jerónimo Sánchez <[email protected]>"]
33
categories = ["concurrency", "science"]
44
description = "Simple WIP GPGPU framework built on top of wgpu"
55
edition = "2018"
6-
exclude = ["examples"]
6+
exclude = ["/examples", "/Vagrantfile"]
77
keywords = ["gpgpu", "compute", "opencl", "cuda"]
8-
license = "MIT"
8+
license = "EUPL-1.2"
99
name = "gpgpu"
1010
repository = "https://www.github.com/UpsettingBoy/gpgpu-rs"
1111
resolver = "2"
12-
version = "0.0.0"
12+
version = "0.1.0"
13+
homepage = "https://www.github.com/UpsettingBoy/gpgpu-rs"
14+
1315

1416
[dependencies]
1517
bytemuck = "1.7"
@@ -45,4 +47,4 @@ name = "parallel-compute"
4547

4648
[[example]]
4749
name = "webcam"
48-
required-features = ["integrate-image"]
50+
required-features = ["integrate-image"]

0 commit comments

Comments
 (0)