Correctly ser version, authors, and license in Cargo.toml
This commit is contained in:
parent
e7b6541de9
commit
e4b1917333
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "softbuffer"
|
name = "softbuffer"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["David Johnson <john01dav@gmail.com>"]
|
||||||
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
raw-window-handle = "0.4.2"
|
raw-window-handle = "0.4.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue