Updated Cargo.toml to reflect swbuf+softbuffer merge

This commit is contained in:
David Johnson 2022-12-22 18:39:56 -06:00
parent cf0b435790
commit ddb1b9bfeb

View file

@ -1,12 +1,12 @@
[package] [package]
name = "swbuf" name = "softbuffer"
version = "0.1.1" version = "0.1.1"
edition = "2021" edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer" description = "Cross-platform software buffer"
documentation = "https://docs.rs/swbuf" documentation = "https://docs.rs/softbuffer"
readme = "README.md" readme = "README.md"
repository = "https://github.com/rust-windowing/swbuf" repository = "https://github.com/rust-windowing/softbuffer"
keywords = ["framebuffer", "windowing"] keywords = ["framebuffer", "windowing"]
categories = ["game-development", "graphics", "gui", "multimedia", "rendering"] categories = ["game-development", "graphics", "gui", "multimedia", "rendering"]
exclude = ["examples"] exclude = ["examples"]