Skip to content

Commit fbcaf9c

Browse files
committed
fix defaults
1 parent 16411fa commit fbcaf9c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0"
44
edition = "2021"
55

66
[features]
7-
default = ["log", "rand", "async", "game"]
7+
default = ["log", "rand"]
88
async = ["flume/async", "dep:futures"]
99
game = ["dep:glam", "dep:noise"]
1010
image = ["dep:image", "noise/images"]

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pub use relative_path as path;
1111

1212
pub mod prelude {
1313
pub use closure::closure;
14+
#[cfg(feature = "log")]
1415
pub use log::{debug, error, info, trace, warn};
1516
pub use std::time::{Duration, Instant};
1617
}

0 commit comments

Comments
 (0)