From 6fb95698041649ec9add4c0a0c8b9c422a6cb825 Mon Sep 17 00:00:00 2001 From: Isaac Clayton Date: Tue, 7 Sep 2021 07:46:40 +0200 Subject: [PATCH] Remove tag --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8cc8ef4..f028ae3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" readme = "README.md" repository = "https://github.com/tonarino/shadergraph" homepage = "https://blog.tonari.no/shadergraph" -keywords = ["shader", "glsl", "lisp", "reload", "shdergraph", "compiler"] +keywords = ["shader", "glsl", "lisp", "reload", "shdergraph"] [dependencies] glium = "0.30.2"