mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
884c00b069
* initial commit * plotting working * allow plotting * Change spacing in workflow YML * Fix get_random_option calls * Format Rust code using rustfmt * Amend removed feature Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
13 lines
No EOL
297 B
TOML
13 lines
No EOL
297 B
TOML
[package]
|
|
name = "training_mod_consts"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bitflags = "1.2.1"
|
|
strum = "0.21.0"
|
|
strum_macros = "0.21.0"
|
|
num = "0.4.0"
|
|
num-derive = "0.3"
|
|
num-traits = "0.2"
|
|
skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" } |