From 87609a75138ed8e0896776fc95bdf7f3487bcf35 Mon Sep 17 00:00:00 2001 From: chyyran Date: Mon, 5 Dec 2022 00:36:58 -0500 Subject: [PATCH] capi: allow publish --- librashader-capi/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/librashader-capi/Cargo.toml b/librashader-capi/Cargo.toml index 668208c..f37069c 100644 --- a/librashader-capi/Cargo.toml +++ b/librashader-capi/Cargo.toml @@ -10,7 +10,6 @@ readme = "../README.md" categories = ["emulators", "compilers", "graphics"] keywords = ["shader", "retroarch", "SPIR-V"] description = "RetroArch shaders for all." -publish = false [lib] crate-type = [ "cdylib", "staticlib", "lib" ]