Skip to content

Commit 92113be

Browse files
Rename project (#12)
1 parent 3dcc755 commit 92113be

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "hello-bevy"
2+
name = "rsmc"
33
version = "0.1.0"
44
edition = "2021"
55

src/client/prelude.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// my crates
22
pub use crate::terrain::util::chunk::CHUNK_SIZE;
3-
pub use hello_bevy as lib;
4-
pub use hello_bevy::BlockId;
5-
pub use hello_bevy::NetworkingMessage;
3+
pub use rsmc as lib;
4+
pub use rsmc::BlockId;
5+
pub use rsmc::NetworkingMessage;
66

77
pub use crate::collider::components as collider_components;
88
pub use crate::collider::events as collider_events;

src/server/prelude.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// my crates
2-
pub use hello_bevy as lib;
3-
pub use hello_bevy::BlockId;
2+
pub use rsmc as lib;
3+
pub use rsmc::BlockId;
44

55
pub use crate::networking::systems as networking_systems;
66

0 commit comments

Comments
 (0)