1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-27 01:32:49 +00:00
fcast/sdk/sender/fcast-sender-sdk/build.rs

8 lines
144 B
Rust
Raw Normal View History

2025-08-21 14:49:52 +00:00
use cfg_aliases::cfg_aliases;
fn main() {
cfg_aliases! {
any_protocol: { any(feature = "fcast", feature = "chromecast") },
}
}