Skip to content

Commit ddb1b9b

Browse files
committed
Updated Cargo.toml to reflect swbuf+softbuffer merge
1 parent cf0b435 commit ddb1b9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
2-
name = "swbuf"
2+
name = "softbuffer"
33
version = "0.1.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"
7-
documentation = "https://docs.rs/swbuf"
7+
documentation = "https://docs.rs/softbuffer"
88
readme = "README.md"
9-
repository = "https://github.com/rust-windowing/swbuf"
9+
repository = "https://github.com/rust-windowing/softbuffer"
1010
keywords = ["framebuffer", "windowing"]
1111
categories = ["game-development", "graphics", "gui", "multimedia", "rendering"]
1212
exclude = ["examples"]

0 commit comments

Comments
 (0)