Update config.rs

This commit is contained in:
YuKun Liu 2022-04-02 23:51:52 +08:00 committed by GitHub
parent f371786b89
commit 4867cb5cf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>,
}