1 unstable release
0.1.0 | Jan 10, 2024 |
---|
#11 in #bypass
2KB
dbus-dummy
Dummy package.
Why?
cargo does not support Platform target-specific features,
in other words,
[target.'cfg(not(target_os = "windows"))'.features]
default = ["general_feature"]
[target.'cfg(target_os = "windows")'.features]
default = ["winonly_replacement"]
these statements will not work.