mirror of
https://github.com/TemujinCalidius/SurvivorCore.git
synced 2026-08-14 09:02:29 +00:00
Promote CHANGELOG Unreleased → 0.9.0 (player trading #15, the player interact window, and the bow rate-limit security fix). Bump wally.toml + SurvivorCore.VERSION to 0.9.0. Collateral: player-trading demo video as a 7th site video tile and a Demo line in docs/trading.md + docs/interact.md; a full-width "Player trading" feature card on the landing page; trading.md + interact.md added to the README doc index; version surfaces bumped across site, README and getting-started. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
334 B
TOML
12 lines
334 B
TOML
[package]
|
|
name = "temujincalidius/survivorcore"
|
|
description = "Batteries-included, creator-extensible survival game framework for Roblox."
|
|
version = "0.9.0"
|
|
license = "MIT"
|
|
authors = ["Samuel Lison"]
|
|
registry = "https://github.com/UpliftGames/wally-index"
|
|
realm = "shared"
|
|
exclude = ["demo", "docs", "*.project.json"]
|
|
|
|
[dependencies]
|