Files
VOREStation/dependencies.sh
T
7e50c01b88 Update minimum compiler version in __byond_version_compat.dm (#17164)
* Update __byond_version_compat.dm

* Update __byond_version_compat.dm

* Updated dependencies

* up

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-03-05 21:43:23 +01:00

38 lines
736 B
Bash

#!/bin/sh
#Project dependencies file
#Final authority on what's required to fully build the project
# byond version
export BYOND_MAJOR=516
export BYOND_MINOR=1657
# Macro Count
export MACRO_COUNT=8
#rust_g git tag
export RUST_G_VERSION=3.6.0
#node version
export NODE_VERSION_LTS=22.11.0
# compatiblility mode MUST work with windows 7
export NODE_VERSION_COMPAT=20.2.0
# SpacemanDMM git tag
export SPACEMAN_DMM_VERSION=suite-1.9
# Python version for mapmerge and other tools
export PYTHON_VERSION=3.11.9
#dreamluau repo
export DREAMLUAU_REPO="tgstation/dreamluau"
#dreamluau git tag
export DREAMLUAU_VERSION=0.1.2
#hypnagogic repo
export CUTTER_REPO=spacestation13/hypnagogic
#hypnagogic git tag
export CUTTER_VERSION=v4.0.0