From ddb1b9bfeb8b6d8c4dbd51a36ab1f15e5ddd759e Mon Sep 17 00:00:00 2001 From: David Johnson Date: Thu, 22 Dec 2022 18:39:56 -0600 Subject: [PATCH] Updated Cargo.toml to reflect swbuf+softbuffer merge --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b120fb8..48b02e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] -name = "swbuf" +name = "softbuffer" version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Cross-platform software buffer" -documentation = "https://docs.rs/swbuf" +documentation = "https://docs.rs/softbuffer" readme = "README.md" -repository = "https://github.com/rust-windowing/swbuf" +repository = "https://github.com/rust-windowing/softbuffer" keywords = ["framebuffer", "windowing"] categories = ["game-development", "graphics", "gui", "multimedia", "rendering"] exclude = ["examples"]