Stabilize OpenSim agent runtime and Mentra integration
This commit is contained in:
@@ -2,16 +2,17 @@ use std::collections::BTreeSet;
|
||||
use std::fs;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
const ALLOWED_DEPENDENCIES: [&str; 18] = [
|
||||
const ALLOWED_DEPENDENCIES: [&str; 19] = [
|
||||
"async-trait",
|
||||
"base64",
|
||||
"crossterm",
|
||||
"libremetaverse",
|
||||
"libremetaverse-imaging",
|
||||
"libremetaverse-rendering-simple",
|
||||
"metacrate-lsl-tools",
|
||||
"png",
|
||||
"mentra",
|
||||
"jpeg-encoder",
|
||||
"libremetaverse-types",
|
||||
"reqwest",
|
||||
"rustls",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
||||
Reference in New Issue
Block a user