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"