roblox_emulator/Cargo.toml

18 lines
678 B
TOML
Raw Normal View History

2024-09-17 01:54:04 +00:00
[package]
name = "roblox_emulator"
2024-10-05 02:39:09 +00:00
version = "0.4.1"
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-10-01 23:42:33 +00:00
glam = "0.29.0"
2024-10-06 02:41:38 +00:00
mlua = { version = "0.10.0-beta", features = ["luau"] }
2024-10-05 21:28:17 +00:00
phf = { version = "0.11.2", features = ["macros"] }
2024-09-17 01:54:04 +00:00
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" }