mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-24 05:03:06 +00:00
Update config.rs
This commit is contained in:
parent
f371786b89
commit
4867cb5cf3
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ pub struct ApplicationConfig {
|
|||
pub default_platform: String,
|
||||
pub out_dir: Option<PathBuf>,
|
||||
pub asset_dir: Option<PathBuf>,
|
||||
pub tools: Option<HashMap<String, toml::Value>>
|
||||
pub tools: Option<HashMap<String, toml::Value>>,
|
||||
pub sub_package: Option<String>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue