From bac4052616ad9ffba7845ed49da6d32b25b4eb54 Mon Sep 17 00:00:00 2001 From: itycodes Date: Mon, 22 Apr 2024 01:48:01 +0200 Subject: [PATCH] Fix Cargo.toml description Moved most of it to README.md --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 152aca2..38c5c6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,7 @@ edition = "2021" license = "EUPL-1.2" repository = "https://gitea.itycodes.org/itycodes/vulk" description = """ -# Opinionated Rust bindings for Vulkan. -For the duration of the GitHub requirement on crates.io, this crate's presence on crates.io is temporary, and moving onto a registry that does not require a GitHub account is top priority. +Opinionated Rust bindings for Vulkan. """ [dependencies]