gplay_bundled_devices/
lib.rs

1use gplay_client::devices::Device;
2
3pub static DEVICES: phf::Map<&'static str, Device> = include!(concat!(env!("OUT_DIR"), "/devices.rs"));