/// Location of the SDL 3 source code
pub const SOURCE_DIR: &str = concat!;
pub const SOURCE_DIR: &str = concat!;
/// Revision
pub const REVISION: &str = "SDL-3.3.2-preview";
/// Version part of the revision
pub const VERSION: &str = "3.3.2";
/// Tag part of the revision
pub const REVISION_TAG: &str = "preview-3.3.2";
/// Tag part of the revision without version
pub const REVISION_TAG_BASE: &str = "preview";
/// Offset from tag part of the revision
pub const REVISION_OFFSET: &str = "0";
/// Hash part of the revision
pub const REVISION_HASH: &str = "gb31c4b70b";