From 875bce5dbd89b97597db28507fa0a0362f1ea7e0 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Fri, 11 Nov 2022 23:57:43 +0200 Subject: [PATCH] Added re-exporting of the core library and wincompatlib --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 7c6a56f..bb3cf4c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,8 @@ use std::process::{Command, Stdio}; +pub use anime_game_core; +pub use wincompatlib; + pub mod consts; #[cfg(feature = "config")]