From 59f3559224f24373b7664a2d1838d639b46d6e7c Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Wed, 16 Dec 2020 17:54:32 -0800 Subject: [PATCH] Fix readme link --- imgui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui/Cargo.toml b/imgui/Cargo.toml index a7cf648..342bd97 100644 --- a/imgui/Cargo.toml +++ b/imgui/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://github.com/imgui-rs/imgui-rs" repository = "https://github.com/imgui-rs/imgui-rs" license = "MIT/Apache-2.0" categories = ["gui", "api-bindings"] -readme = "README.markdown" +readme = "../README.markdown" exclude = ["/resources"]