feat: wire vertical exaggeration through the shell #13
@@ -260,6 +260,12 @@ pub fn info_text() -> String {
|
||||
let mut text = String::new();
|
||||
writeln!(&mut text, "openvistapro {}", env!("CARGO_PKG_VERSION")).unwrap();
|
||||
writeln!(&mut text, "presets: {}", supported_presets().join(", ")).unwrap();
|
||||
writeln!(
|
||||
&mut text,
|
||||
"quality presets: {}",
|
||||
supported_quality_presets().join(", ")
|
||||
)
|
||||
.unwrap();
|
||||
let importers = supported_importers();
|
||||
if importers.is_empty() {
|
||||
writeln!(&mut text, "importers: (none)").unwrap();
|
||||
|
||||
Reference in New Issue
Block a user