From b2beef472693c3cce7f3e55f17c1013b657f2bd2 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 5 Oct 2024 16:36:01 -0700 Subject: [PATCH] v0.4.2 additional implementations --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afdf635..bfee02f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "roblox_emulator" -version = "0.4.1" +version = "0.4.2" dependencies = [ "glam", "mlua", diff --git a/Cargo.toml b/Cargo.toml index 5d28835..107b70a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roblox_emulator" -version = "0.4.1" +version = "0.4.2" edition = "2021" repository = "https://git.itzana.me/StrafesNET/roblox_emulator" license = "MIT OR Apache-2.0"