From 9aed0e93810b3df39b7d96bb10db704f11c86d87 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 28 Jun 2025 23:21:46 +0200 Subject: [PATCH] rename client back to `hedz_reloaded` --- .github/workflows/ci_debug.yml | 2 +- Cargo.lock | 48 +++++++++++++++++----------------- crates/client/Cargo.toml | 2 +- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/ci_debug.yml b/.github/workflows/ci_debug.yml index b45bf73..21bb7b5 100644 --- a/.github/workflows/ci_debug.yml +++ b/.github/workflows/ci_debug.yml @@ -21,7 +21,7 @@ jobs: packages: libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev version: 1.0 - - name: Build + - name: Build client run: | cargo build --locked --target=x86_64-unknown-linux-gnu diff --git a/Cargo.lock b/Cargo.lock index 4c06f45..6cdc908 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1964,30 +1964,6 @@ dependencies = [ "libloading", ] -[[package]] -name = "client" -version = "0.1.0" -dependencies = [ - "avian3d", - "bevy", - "bevy-inspector-egui", - "bevy-steamworks", - "bevy-ui-gradients", - "bevy_asset_loader", - "bevy_ballistic", - "bevy_common_assets", - "bevy_debug_log", - "bevy_sprite3d", - "bevy_trenchbroom", - "happy_feet", - "nil 0.14.0", - "rand 0.8.5", - "ron", - "serde", - "shared", - "steamworks", -] - [[package]] name = "clipboard-win" version = "5.4.0" @@ -3150,6 +3126,30 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" +[[package]] +name = "hedz_reloaded" +version = "0.1.0" +dependencies = [ + "avian3d", + "bevy", + "bevy-inspector-egui", + "bevy-steamworks", + "bevy-ui-gradients", + "bevy_asset_loader", + "bevy_ballistic", + "bevy_common_assets", + "bevy_debug_log", + "bevy_sprite3d", + "bevy_trenchbroom", + "happy_feet", + "nil 0.14.0", + "rand 0.8.5", + "ron", + "serde", + "shared", + "steamworks", +] + [[package]] name = "hermit-abi" version = "0.5.2" diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index c637898..ca3beec 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "client" +name = "hedz_reloaded" version = "0.1.0" edition = "2024"