This commit is contained in:
Jai A
2023-04-25 19:37:56 -07:00
parent 89e56ae279
commit 568e5a9bb8
5 changed files with 31 additions and 13 deletions

View File

@@ -207,7 +207,7 @@ pub enum Os {
/// Linux ARM 32
LinuxArm32,
/// The OS is unknown
Unknown
Unknown,
}
#[cfg_attr(feature = "bincode", derive(Encode, Decode))]
@@ -321,6 +321,7 @@ pub struct PartialLibrary {
pub include_in_classpath: Option<bool>,
}
/// Merges a partial library to make a complete library
pub fn merge_partial_library(
partial: PartialLibrary,
mut merge: Library,