Files
vgstation13/dependencies.sh
ShiftyRail d79c1fe070 Byond 516 v2.0 (#37553)
* The TGS thing

* Revert the 516 revert

* Further segment the world/New() proc

* Fixes an issue here
2025-05-12 00:50:25 -05:00

24 lines
540 B
Bash

#!/bin/sh
#Project dependencies file
#TODO: Make the Github Actions CI workflow actually use these and
#uncomment the entries as they become needed/used.
#Currently, this is only used by build.cmd and TGS quick setup
# byond version
#export BYOND_MAJOR=516
#export BYOND_MINOR=1659
#node version
export NODE_VERSION=16
export NODE_VERSION_PRECISE=22.10
# SpacemanDMM git tag
#export SPACEMAN_DMM_VERSION=suite-1.7.1
# Python version for mapmerge and other tools
export PYTHON_VERSION=3.9.0
#rust_g git tag
export RUST_G_VERSION=3.0.0