Files
wmaker/wmaker-rs/Cargo.toml
T
trurl 18e54ecdfc Switch to cdylib for Rust crates.
This avoids duplicate symbol definitions when the same static lib sub-dependency is linked in from multiple direct dependencies.
2026-04-12 09:32:48 -04:00

11 lines
126 B
TOML

[package]
name = "wmaker-rs"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
x11 = "2.21.0"