邻二氮杂菲

Results 23 comments of 邻二氮杂菲

I have replaced it with other methods. When this issue is solved, I will consider replacing it again.😅

```shell . ├── .cargo │ └── config.toml ├── .gitignore ├── Cargo.lock ├── Cargo.toml └── src └── main.rs ``` You can try this again, this is a normal bevy project, and...

https://github.com/bevyengine/bevy/issues/832#issuecomment-748554685 I followed this method to try to compile, and solved my problem. My `config.toml` Now Looks Like This: ```toml [target.x86_64-pc-windows-msvc] linker = "rust-lld.exe" rustflags = ["-Zshare-generics=off"] ```

https://github.com/rgripper/game-temp-1 You can see my game temp... It's `.cargo`, not `.cargo.`. this repository hasn't modified `.cargo/config.toml`, you can use that before I say to modify it.

About features, I always set it in `Cargo.toml`, example: ```toml bevy = { version = "0.4", features = [ "dynamic"] } ``` Or you clould use `cargo run --features bevy/dynamic`...

I’m not using Windows 7, But I found out that Windows 7 doesn’t allow you to create folders that start with a dot, but you can do that with Cmd:...

> I'm not sure you're understanding what I'm saying. I've provided a solution to the folder naming problem on multiple occasions now so cloning your repository is pointless. To quote...

> It seems I might have spoken too soon. After getting it to work once, I'm now back to getting the same error I had in [this](https://github.com/bevyengine/bevy/issues/1110#issuecomment-749688548) post. And this...

> > I’m sorry, for here, My English level is not very high, so before you mentioned some place I misunderstood, I am sorry. > > No worries. Sorry if...

> Seems like bevy_dylib in general just REALLY doesn't like Windows at all. What’s Your Rust version? Yesterday, I was talking to a friend about it, and he told me...