Mark wings-rs as a staticlib.

This commit is contained in:
2025-11-23 12:44:11 -05:00
parent ad6df25960
commit db94395ecc

View File

@@ -3,6 +3,9 @@ name = "wings-rs"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["staticlib"]
[dependencies]
wutil-rs = { path = "../wutil-rs" }
x11 = "2.21.0"