summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ae95fa..cb185d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "luma"
-version = "0.45.0"
+version = "0.47.0"
authors = ["Gabriel Jensen"]
edition = "2021"
description = "AGB emulator."
@@ -11,7 +11,7 @@ categories = ["emulators"]
[[bin]]
name = "luma"
-path = "src/main.rs"
+path = "src/luma.rs"
[profile.release]
codegen-units = 1