Added re-exporting of the core library and wincompatlib

This commit is contained in:
Observer KRypt0n_ 2022-11-11 23:57:43 +02:00
parent de5339fa38
commit 875bce5dbd
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -1,5 +1,8 @@
use std::process::{Command, Stdio}; use std::process::{Command, Stdio};
pub use anime_game_core;
pub use wincompatlib;
pub mod consts; pub mod consts;
#[cfg(feature = "config")] #[cfg(feature = "config")]