Fix varregion scene capture and legacy rendering
This commit is contained in:
@@ -2,10 +2,11 @@ use std::collections::BTreeSet;
|
||||
use std::fs;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
const ALLOWED_DEPENDENCIES: [&str; 20] = [
|
||||
const ALLOWED_DEPENDENCIES: [&str; 21] = [
|
||||
"async-trait",
|
||||
"base64",
|
||||
"crossterm",
|
||||
"directories",
|
||||
"libremetaverse",
|
||||
"libremetaverse-imaging",
|
||||
"libremetaverse-rendering-simple",
|
||||
|
||||
Reference in New Issue
Block a user