Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f790b5

Browse files
committed
flatten out submodules
1 parenta15d043 commit2f790b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+64
-69
lines changed

‎Cargo.lock‎

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ bevy_enhanced_input = "0.12" # keyboard/gamepad input
9696
# itertools = "0.14.0"
9797
image ="0.25.6"
9898
ron ="0.10"
99-
rand ={version ="0.8" }
99+
rand ="0.8"
100100
serde ="1"
101101
thiserror ="2.0.12"
102102
# Leave only high-severity logs in native build
@@ -111,7 +111,7 @@ tracing = { version = "0.1", features = ["max_level_debug", "release_max_level_w
111111

112112
# LINT
113113

114-
[workspace.lints.clippy]
114+
[lints.clippy]
115115
# Bevy supplies arguments to systems via dependency injection, so it's natural for systems to
116116
# request more than 7 arguments, which would undesirably trigger this lint.
117117
too_many_arguments ="allow"

‎README.md‎

Lines changed: 12 additions & 10 deletions

‎src/crates/asset_loading/mod.rs‎renamed to ‎src/asset_loading/mod.rs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
usesuper::*;
2-
use bevy::{asset::Asset, prelude::*};
1+
usecrate::*;
2+
use bevy::asset::Asset;
33
use bevy_seedling::sample::Sample;
44

55
mod ron;
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎src/crates/mod.rs‎

Lines changed: 0 additions & 16 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp