Skip to content

Commit

Permalink
Tweak some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom committed Mar 1, 2024
1 parent 3b1eb9c commit 90f2d4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ members = [
#
# NOTE: When bumping this, remember to also bump the aforementioned other packages'
# version in the dependencies section at the bottom of this file.
# Additionally, bump the Vello dependency version in the 'simple' example.
version = "0.1.0"

edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crates/shaders/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vello_shaders"
version.workspace = true # We mimic Vello's version
description = "Vello infrastructure to compile pipelines and shaders."
description = "Vello infrastructure to preprocess and cross-compile shaders at compile time."
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ publish = false

# The dependencies here are independent from the workspace versions
[dependencies]
vello = { path = "../../" }
# When using, replace the above line with this:
#vello = { git = "https://github.com/linebender/vello" }
# When using this example outside of the original Vello workspace,
# remove the path property of the following Vello dependency requirement.
vello = { version = "0.1.0", path = "../../" }
anyhow = "1.0.80"
pollster = "0.3.0"
wgpu = "0.19.1"
Expand Down

0 comments on commit 90f2d4f

Please sign in to comment.