rbx_loader: disable roblox_emulator run-service feature

This commit is contained in:
Quaternions 2025-04-17 16:56:22 -07:00
parent 04d7694da4
commit 9a50ecf12a
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131

@ -19,6 +19,6 @@ rbx_mesh = "0.3.1"
rbx_reflection_database = "1.0.0"
rbx_xml = { version = "1.1.0-sn3", registry = "strafesnet"}
rbxassetid = { version = "0.1.0", path = "../rbxassetid", registry = "strafesnet" }
roblox_emulator = { version = "0.4.7", path = "../roblox_emulator", registry = "strafesnet" }
roblox_emulator = { version = "0.4.7", path = "../roblox_emulator", default-features = false, registry = "strafesnet" }
strafesnet_common = { version = "0.6.0", path = "../common", registry = "strafesnet" }
strafesnet_deferred_loader = { version = "0.5.0", path = "../deferred_loader", registry = "strafesnet" }