diff --git a/examples/with_winit/Cargo.toml b/examples/with_winit/Cargo.toml index cc519d38e..2b2c12a7f 100644 --- a/examples/with_winit/Cargo.toml +++ b/examples/with_winit/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "with_winit" +version = "0.0.0" description = "An example using vello to render to a winit window" edition.workspace = true license.workspace = true