playdate_build_utils/
consts.rs

1/// `PLAYDATE_SDK_PATH` environment variable that should point to the root of Playdate SDK.
2/// [Official documentation][docs]
3///
4/// [docs]: https://sdk.play.date/Inside%20Playdate%20with%20C.html#_set_playdate_sdk_path_environment_variable
5pub const SDK_ENV_VAR: &str = "PLAYDATE_SDK_PATH";
6pub const DEVICE_TARGET: &str = "thumbv7em-none-eabihf";