v0.2.0 change api to &mut self

This commit is contained in:
Quaternions 2024-09-21 12:39:31 -07:00
parent 90609f4ad4
commit 4f65c35407
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.1.0"
version = "0.2.0"
dependencies = [
"glam",
"mlua",

View File

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