slinky 0.5.0

Linker script generator for decompilation and modding projects
Documentation
1
2
3
4
5
6
7
8
/* SPDX-FileCopyrightText: © 2024-2026 decompals */
/* SPDX-License-Identifier: MIT */

pub static VERSION_MAJOR: u32 = 0;
pub static VERSION_MINOR: u32 = 5;
pub static VERSION_PATCH: u32 = 0;

pub static VERSION_TUPLE: (u32, u32, u32) = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH);