Skip to content

Commit

Permalink
Bumped version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UpsettingBoy committed Nov 3, 2021
1 parent 23dc968 commit 46b7f7a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ authors = ["Jerónimo Sánchez <jeronimosg@hotmail.es>"]
categories = ["concurrency", "science"]
description = "Simple WIP GPGPU framework built on top of wgpu"
edition = "2018"
exclude = ["examples"]
exclude = ["/examples", "/Vagrantfile"]
keywords = ["gpgpu", "compute", "opencl", "cuda"]
license = "MIT"
license = "EUPL-1.2"
name = "gpgpu"
repository = "https://github.com/UpsettingBoy/gpgpu-rs"
resolver = "2"
version = "0.0.0"
version = "0.1.0"
homepage = "https://github.com/UpsettingBoy/gpgpu-rs"


[dependencies]
bytemuck = "1.7"
Expand Down Expand Up @@ -45,4 +47,4 @@ name = "parallel-compute"

[[example]]
name = "webcam"
required-features = ["integrate-image"]
required-features = ["integrate-image"]

0 comments on commit 46b7f7a

Please sign in to comment.