diff --git a/Cargo.toml b/Cargo.toml index 73b0a81..229e16c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.1" edition = "2021" authors = ["David Johnson "] 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." [dependencies] thiserror = "1.0.30"