mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
fix cargo.toml/lock path capitalization for linux
This commit is contained in:
parent
9d19f4d204
commit
4215e2b247
1 changed files with 2 additions and 2 deletions
|
@ -301,8 +301,8 @@ impl CrateConfig {
|
|||
|
||||
pub fn asset_manifest(&self) -> AssetManifest {
|
||||
AssetManifest::load_from_path(
|
||||
self.crate_dir.join("cargo.toml"),
|
||||
self.workspace_dir.join("cargo.lock"),
|
||||
self.crate_dir.join("Cargo.toml"),
|
||||
self.workspace_dir.join("Cargo.lock"),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue