From 763a4a22bdb0a8ed222aa791bd2efc3f538949e6 Mon Sep 17 00:00:00 2001 From: mathleur Date: Wed, 8 Oct 2025 13:42:17 +0200 Subject: [PATCH] add rust static library --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ac1077..63555d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "polyshell" -crate-type = ["cdylib"] +crate-type = ["cdylib", "rlib"] [dependencies] geo = "0.31.0"