remove comment
This commit is contained in:
parent
bb3f3c0414
commit
7a00661e46
@ -3,7 +3,7 @@ use epaint::Color32;
|
|||||||
use shadow_rs::shadow;
|
use shadow_rs::shadow;
|
||||||
shadow!(build);
|
shadow!(build);
|
||||||
|
|
||||||
// Constant string that has a string containing information about the build.
|
/// Constant string that has a string containing information about the build.
|
||||||
pub const BUILD_INFO: &str = formatc!(
|
pub const BUILD_INFO: &str = formatc!(
|
||||||
"Commit: {} ({})\nBuild Date: {}\nPackage Version: {}\nRust Channel: {}\nRust Version: {}",
|
"Commit: {} ({})\nBuild Date: {}\nPackage Version: {}\nRust Channel: {}\nRust Version: {}",
|
||||||
&build::SHORT_COMMIT,
|
&build::SHORT_COMMIT,
|
||||||
@ -14,8 +14,6 @@ pub const BUILD_INFO: &str = formatc!(
|
|||||||
&build::RUST_VERSION,
|
&build::RUST_VERSION,
|
||||||
);
|
);
|
||||||
|
|
||||||
// Hard-Coded limits
|
|
||||||
|
|
||||||
// Default values
|
// Default values
|
||||||
/// Default minimum X value to display
|
/// Default minimum X value to display
|
||||||
pub const DEFAULT_MIN_X: f64 = -10.0;
|
pub const DEFAULT_MIN_X: f64 = -10.0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user