Upgrade Rust SDK to spec 1.13.0

This commit is contained in:
VRCCat
2023-09-19 20:05:18 +00:00
parent 1d77c3c27d
commit 0003bf34fe
13 changed files with 201 additions and 161 deletions

View File

@ -40,6 +40,8 @@ pub mod create_world_request;
pub use self::create_world_request::CreateWorldRequest;
pub mod current_user;
pub use self::current_user::CurrentUser;
pub mod current_user_presence;
pub use self::current_user_presence::CurrentUserPresence;
pub mod deployment_group;
pub use self::deployment_group::DeploymentGroup;
pub mod developer_type;