From d0ea7eaaf1660a38693bdc6405c36a08775a566e Mon Sep 17 00:00:00 2001 From: Zakarum Date: Wed, 19 May 2021 13:21:45 +0300 Subject: [PATCH] Add readme reference --- erupt/Cargo.toml | 1 + gfx/Cargo.toml | 1 + gpu-descriptor/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/erupt/Cargo.toml b/erupt/Cargo.toml index 085a4ea..b4e27b5 100644 --- a/erupt/Cargo.toml +++ b/erupt/Cargo.toml @@ -9,6 +9,7 @@ license = "MIT OR Apache-2.0" documentation = "https://docs.rs/gpu-descriptor-erupt" homepage = "https://github.com/zakarumych/gpu-descriptor" repository = "https://github.com/zakarumych/gpu-descriptor" +readme = "../README.md" [dependencies] gpu-descriptor-types = { path = "../types", version = "0.1" } diff --git a/gfx/Cargo.toml b/gfx/Cargo.toml index 8639e9a..051575d 100644 --- a/gfx/Cargo.toml +++ b/gfx/Cargo.toml @@ -9,6 +9,7 @@ license = "MIT OR Apache-2.0" documentation = "https://docs.rs/gpu-descriptor-gfx" homepage = "https://github.com/zakarumych/gpu-descriptor" repository = "https://github.com/zakarumych/gpu-descriptor" +readme = "../README.md" [dependencies] gpu-descriptor-types = { path = "../types", version = "0.1" } diff --git a/gpu-descriptor/Cargo.toml b/gpu-descriptor/Cargo.toml index 164d98f..dbabd56 100644 --- a/gpu-descriptor/Cargo.toml +++ b/gpu-descriptor/Cargo.toml @@ -9,6 +9,7 @@ license = "MIT OR Apache-2.0" documentation = "https://docs.rs/gpu-descriptor" homepage = "https://github.com/zakarumych/gpu-descriptor" repository = "https://github.com/zakarumych/gpu-descriptor" +readme = "../README.md" [features] std = []