v0.2.2 run single script from cli

This commit is contained in:
Quaternions 2024-09-28 12:34:02 -07:00
parent 4a939e74d1
commit 6a3f0ca9aa
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -318,7 +318,7 @@ dependencies = [
[[package]]
name = "roblox_emulator"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"glam",
"mlua",

View File

@ -1,6 +1,6 @@
[package]
name = "roblox_emulator"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
repository = "https://git.itzana.me/StrafesNET/roblox_emulator"
license = "MIT OR Apache-2.0"