Fork to swbuf

This commit is contained in:
Jeremy Soller 2022-12-20 07:07:08 -07:00
parent d30d3255c2
commit 939bcc44d8
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
8 changed files with 241 additions and 20 deletions

View file

@ -1,15 +1,13 @@
[package]
name = "softbuffer"
name = "swbuf"
version = "0.1.1"
edition = "2021"
authors = ["David Johnson <john01dav@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Softbuffer integrates with the raw-window-handle crate to allow writing to a window in a cross-platform way while using the very high quality dedicated window management libraries that are available in the Rust ecosystem."
documentation = "https://docs.rs/softbuffer"
description = "Cross-platform software buffer"
documentation = "https://docs.rs/swbuf"
readme = "README.md"
homepage = "https://github.com/john01dav/softbuffer"
repository = "https://github.com/john01dav/softbuffer"
keywords = ["framebuffer"]
repository = "https://github.com/rust-windowing/swbuf"
keywords = ["framebuffer", "windowing"]
categories = ["game-development", "graphics", "gui", "multimedia", "rendering"]
exclude = ["examples"]