Skip to content

Commit e4b1917

Browse files
committed
Correctly ser version, authors, and license in Cargo.toml
1 parent e7b6541 commit e4b1917

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[package]
22
name = "softbuffer"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
edition = "2021"
5+
authors = ["David Johnson <[email protected]>"]
6+
license = "MIT OR Apache-2.0"
57

68
[dependencies]
79
raw-window-handle = "0.4.2"

0 commit comments

Comments
 (0)