style convention

This commit is contained in:
juliancoffee 2021-05-09 19:05:01 +03:00
parent 2035c041f9
commit 3d011098b8
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ uuid = { version = "0.8.1", default-features = false, features = ["serde", "v4"]
rand = "0.8"
# Assets
assets = {package = "veloren-common-assets", path = "assets"}
common-assets = {package = "veloren-common-assets", path = "assets"}
dot_vox = "4.0"
# Assets

View File

@ -23,7 +23,7 @@ pub use uuid;
// modules
#[cfg(not(target_arch = "wasm32"))]
pub use assets;
pub use common_assets as assets;
#[cfg(not(target_arch = "wasm32"))] pub mod astar;
#[cfg(not(target_arch = "wasm32"))]
mod cached_spatial_grid;