1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-09-02 04:23:06 +00:00

Sender SDK

This commit is contained in:
Marcus Hanestad 2025-08-21 14:49:52 +00:00
parent fdbefc63e0
commit afc46f3022
147 changed files with 17638 additions and 114 deletions

View file

@ -0,0 +1,7 @@
use cfg_aliases::cfg_aliases;
fn main() {
cfg_aliases! {
any_protocol: { any(feature = "fcast", feature = "chromecast") },
}
}