Files
Bubberstation/dependencies.sh
T
ad7816e940 Update rust_g to 3.5.1 (#88181)
## About The Pull Request
Kapu told us to do it because it has the function for sound length now.

## Why It's Good For The Game
rust_g updated.

## Changelog
N/A

---------

Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
2024-12-09 16:39:04 +00:00

33 lines
618 B
Bash

#!/bin/sh
#Project dependencies file
#Final authority on what's required to fully build the project
# byond version
export BYOND_MAJOR=515
export BYOND_MINOR=1637
#rust_g git tag
export RUST_G_VERSION=3.5.1
#node version
export NODE_VERSION_LTS=22.11.0
# SpacemanDMM git tag
export SPACEMAN_DMM_VERSION=suite-1.9
# Python version for mapmerge and other tools
export PYTHON_VERSION=3.9.0
#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