feat: wire vertical exaggeration through the shell #13

Merged
moldybits merged 25 commits from feat/terrain-gen-abstraction into main 2026-05-20 23:00:29 -04:00
Showing only changes of commit 6fed482b23 - Show all commits
+6
View File
@@ -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();