Correctly ser version, authors, and license in Cargo.toml

This commit is contained in:
David Johnson 2022-01-16 08:45:01 -06:00
parent e7b6541de9
commit e4b1917333

View file

@ -1,7 +1,9 @@
[package]
name = "softbuffer"
version = "0.1.0"
version = "0.0.1"
edition = "2021"
authors = ["David Johnson <john01dav@gmail.com>"]
license = "MIT OR Apache-2.0"
[dependencies]
raw-window-handle = "0.4.2"