Skip to content

Commit bda3276

Browse files
committed
fix features
1 parent b43a410 commit bda3276

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/deps/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
pub use ::hut_03;
33
#[cfg(dep_hut_04)]
44
pub use ::hut_04;
5+
6+
#[cfg(dep_hut_04)]
57
pub use hut_04 as hut;
8+
#[cfg(all(not(dep_hut_04), dep_hut_03))]
9+
pub use hut_03 as hut;
610

711
#[cfg(dep_windows_vk)]
812
pub use ::windows::Win32::UI::Input::KeyboardAndMouse::{self as windows, VIRTUAL_KEY};

0 commit comments

Comments
 (0)