Skip to content

Commit

Permalink
Inherit edition and repository for shaders, encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 14, 2023
1 parent 9d7c4f0 commit 16fb272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crates/encoding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "vello_encoding"
version = "0.1.0"
edition = "2021"
edition.workspace = true
license.workspace = true
repository.workspace = true

[features]
default = ["full"]
Expand Down
3 changes: 2 additions & 1 deletion crates/shaders/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "vello_shaders"
version = "0.1.0"
edition = "2021"
edition.workspace = true
license.workspace = true
repository.workspace = true

[features]
default = ["compile", "wgsl", "msl"]
Expand Down

0 comments on commit 16fb272

Please sign in to comment.