From b5573de3879db268e8247c7f35b24f4ee63f922f Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sun, 16 Jan 2022 09:02:22 -0600 Subject: [PATCH] Added decription to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"