From e4b19173332d11ce0532cce25792639d06b981d8 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sun, 16 Jan 2022 08:45:01 -0600 Subject: [PATCH] Correctly ser version, authors, and license in Cargo.toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da20db4..61cb903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "softbuffer" -version = "0.1.0" +version = "0.0.1" edition = "2021" +authors = ["David Johnson "] +license = "MIT OR Apache-2.0" [dependencies] raw-window-handle = "0.4.2"