Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::deploy_settings Struct Reference

#include <deploy.h>

Public Attributes

fs::path deploy_location {}
 
bool deploy_dependencies {true}
 
bool deploy_and_run {}
 

Detailed Description

Definition at line 9 of file deploy.h.

Member Data Documentation

◆ deploy_and_run

bool unravel::deploy_settings::deploy_and_run {}

Definition at line 13 of file deploy.h.

◆ deploy_dependencies

bool unravel::deploy_settings::deploy_dependencies {true}

Definition at line 12 of file deploy.h.

◆ deploy_location

fs::path unravel::deploy_settings::deploy_location {}

Definition at line 11 of file deploy.h.


The documentation for this struct was generated from the following file: