Skip to content

Commit 380ff22

Browse files
committed
patch: NoiseDimensions should be public
1 parent 4354282 commit 380ff22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub use noise::cell2_return_type::Cell2ReturnType;
103103
pub use noise::cell_distance_function::CellDistanceFunction;
104104
pub use noise::cell_return_type::CellReturnType;
105105
pub use noise_builder::NoiseBuilder;
106-
use noise_dimensions::NoiseDimensions;
106+
pub use noise_dimensions::NoiseDimensions;
107107
pub use noise_type::NoiseType;
108108

109109
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]

0 commit comments

Comments
 (0)