From 28c25045a826cfcb10e5fae086a37e1db8c50546 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Thu, 3 Aug 2023 20:32:00 -0700 Subject: [PATCH] v0.1.0 Signed-off-by: John Nunley --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2971d87..b0ca0d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ edition = "2021" license = "LGPL-3.0-or-later OR MPL-2.0" authors = ["John Nunley "] description = "A standalone renderer for windowing graphics" +documentation = "https://docs.rs/theo" +homepage = "https://github.com/notgull/theo" +repository = "https://github.com/notgull/theo" [dependencies] bytemuck = { version = "1.13.1", default-features = false }