roblox_emulator/Cargo.toml

17 lines
620 B
TOML
Raw Normal View History

2024-09-17 01:54:04 +00:00
[package]
name = "roblox_emulator"
2024-09-28 19:34:02 +00:00
version = "0.2.2"
2024-09-17 01:54:04 +00:00
edition = "2021"
2024-09-20 18:41:13 +00:00
repository = "https://git.itzana.me/StrafesNET/roblox_emulator"
license = "MIT OR Apache-2.0"
description = "Run embedded Luau scripts which manipulate the DOM."
authors = ["Rhys Lloyd <krakow20@gmail.com>"]
2024-09-17 01:54:04 +00:00
[dependencies]
2024-09-18 00:17:12 +00:00
glam = "0.28.0"
2024-09-17 01:54:04 +00:00
mlua = { version = "0.9.9", features = ["luau"] }
rbx_dom_weak = { version = "2.7.0", registry = "strafesnet" }
2024-09-19 01:46:38 +00:00
rbx_reflection = { version = "4.7.0", registry = "strafesnet" }
2024-09-17 01:54:04 +00:00
rbx_reflection_database = { version = "0.2.10", registry = "strafesnet" }
2024-09-19 01:46:38 +00:00
rbx_types = { version = "1.10.0", registry = "strafesnet" }