mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-22 03:44:28 +08:00
Add export support for csx v2 script
This commit is contained in:
11
src/types.rs
11
src/types.rs
@@ -571,6 +571,17 @@ pub struct ExtraConfig {
|
||||
#[default(String::from("/"))]
|
||||
/// The line feed character used in Entis GLS csx script.
|
||||
pub entis_gls_csx_lf: String,
|
||||
#[cfg(feature = "entis-gls")]
|
||||
/// Entis GLS csx script version.
|
||||
/// If not specified. Will try use lower version first.
|
||||
pub entis_gls_csx_ver: Option<crate::scripts::entis_gls::csx::CSXScriptVersion>,
|
||||
#[cfg(feature = "entis-gls")]
|
||||
/// Entis GLS csx script version2 full version.
|
||||
/// If not specified. Will try use higher version first.
|
||||
pub entis_gls_csx_v2_ver: Option<crate::scripts::entis_gls::csx::CSXScriptV2FullVer>,
|
||||
#[cfg(feature = "entis-gls")]
|
||||
/// Disable part labels in Entis GLS csx script when exporting.
|
||||
pub entis_gls_csx_no_part_label: bool,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]
|
||||
|
||||
Reference in New Issue
Block a user