diff --git a/src/godot/README.md b/src/godot/README.md index 652f713..c80754e 100644 --- a/src/godot/README.md +++ b/src/godot/README.md @@ -1,4 +1,4 @@ -# Price is Wrong +# Mon Like https://gitea.inhome.blapointe.com/bel/price-is-wrong but diff --git a/src/godot/Rust.gdextension b/src/godot/Rust.gdextension index cd14cc6..0adfd62 100644 --- a/src/godot/Rust.gdextension +++ b/src/godot/Rust.gdextension @@ -4,11 +4,11 @@ compatibility_minimum = 4.1 reloadable = true [libraries] -linux.debug.x86_64 = "res://../rust/target/debug/libprice_is_wrong.so" -linux.release.x86_64 = "res://../rust/target/release/libprice_is_wrong.so" -windows.debug.x86_64 = "res://../rust/target/debug/price_is_wrong.dll" -windows.release.x86_64 = "res://../rust/target/release/price_is_wrong.dll" -macos.debug = "res://../rust/target/debug/libprice_is_wrong.dylib" -macos.release = "res://../rust/target/release/libprice_is_wrong.dylib" -macos.debug.arm64 = "res://../rust/target/debug/libprice_is_wrong.dylib" -macos.release.arm64 = "res://../rust/target/release/libprice_is_wrong.dylib" +linux.debug.x86_64 = "res://../rust/target/debug/libmon.so" +linux.release.x86_64 = "res://../rust/target/release/libmon.so" +windows.debug.x86_64 = "res://../rust/target/debug/mon.dll" +windows.release.x86_64 = "res://../rust/target/release/mon.dll" +macos.debug = "res://../rust/target/debug/libmon.dylib" +macos.release = "res://../rust/target/release/libmon.dylib" +macos.debug.arm64 = "res://../rust/target/debug/libmon.dylib" +macos.release.arm64 = "res://../rust/target/release/libmon.dylib" diff --git a/src/godot/project.godot b/src/godot/project.godot index 2341871..64e45ce 100644 --- a/src/godot/project.godot +++ b/src/godot/project.godot @@ -10,7 +10,7 @@ config_version=5 [application] -config/name="price-is-wrong" +config/name="mon" run/main_scene="res://gd/node_2d.tscn" config/features=PackedStringArray("4.3", "GL Compatibility") config/icon="res://icon.svg" diff --git a/src/purerust/Cargo.lock b/src/purerust/Cargo.lock index 1fd4221..f8fafb9 100644 --- a/src/purerust/Cargo.lock +++ b/src/purerust/Cargo.lock @@ -3,5 +3,5 @@ version = 4 [[package]] -name = "price-is-wrong" +name = "mon" version = "0.1.0" diff --git a/src/purerust/Cargo.toml b/src/purerust/Cargo.toml index 0a58234..602a40c 100755 --- a/src/purerust/Cargo.toml +++ b/src/purerust/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "price-is-wrong" +name = "mon" version = "0.1.0" edition = "2024" diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index d769bf3..b5d9dd0 100755 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -437,7 +437,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] -name = "price-is-wrong" +name = "mon" version = "0.1.0" dependencies = [ "futures", diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 10155b3..7acaa84 100755 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "price-is-wrong" +name = "mon" version = "0.1.0" edition = "2024"