Add license to vello-encoding, vello-shaders.

This commit is contained in:
Bruce Mitchener 2023-07-29 22:47:16 +07:00
parent 4a7d3285d6
commit 6a82732435
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
name = "vello_encoding"
version = "0.1.0"
edition = "2021"
license.workspace = true
[features]
default = ["full"]

View file

@ -2,6 +2,7 @@
name = "vello_shaders"
version = "0.1.0"
edition = "2021"
license.workspace = true
[features]
default = ["compile", "wgsl", "msl"]