mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
cargo fmt'd ur use statement x3
This commit is contained in:
parent
d65a168b9c
commit
397168dfc2
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
use noise::{Seedable, utils::{PlaneMapBuilder, NoiseMapBuilder, NoiseMap}, SuperSimplex};
|
||||
use noise::{
|
||||
utils::{NoiseMap, NoiseMapBuilder, PlaneMapBuilder},
|
||||
Seedable, SuperSimplex,
|
||||
};
|
||||
use rand::{Rng, SeedableRng};
|
||||
|
||||
pub type GameRng = rand_xoshiro::Xoshiro256PlusPlus;
|
||||
|
|
Loading…
Reference in a new issue