Skip to content

Commit

Permalink
try to integrate codes from thetawave
Browse files Browse the repository at this point in the history
尝试集成thetawave的代码逻辑,目前还有很多Bug和功能冲突。
  • Loading branch information
cloudhu committed Nov 28, 2024
1 parent 23876ff commit e808bc4
Show file tree
Hide file tree
Showing 108 changed files with 14,793 additions and 687 deletions.
2 changes: 1 addition & 1 deletion .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

141 changes: 141 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 18 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,35 @@ authors = ["Cloud Hu <cloudhu9527@gmail.com>"]
version = "0.1.3"
edition = "2021"

[dev-dependencies]
rstest = "0.23.0"

[dependencies]
bevy_asset_loader = { version = "0.21.0", features = [ "2d","standard_dynamic_assets"] }
bevy_kira_audio = { version = "0.20.0", features = ["ogg"] }
rand = "0.9.0-alpha.2"
bevy-parallax = "0.10.0"
bevy_embedded_assets = "0.11.0"
bevy_prototype_lyon = "0.12.0"
serde = "1.0.210"
serde_json = "1.0.128"
uuid = "1.11.0"
bevy_pkv = "0.11.1"
sys-locale = "0.3"
bevy_rapier2d = { version = "0.27.0", features = [
"simd-stable",
"debug-render-2d",
] }
csv = "1.3.1"
thiserror = "2.0.3"
leafwing-input-manager = "0.15.1"
strum_macros = "0.26.4"
ron = "0.8.1"
argh = "0.1.12"
winit = "0.30.5"
image = "0.25.5"
strum = "0.26.3"

#TODO:clear unused packages
bevy_embedded_assets = "0.11.0"
derive_more = { version = "1", features = ["full"] }
# Compile low-severity logs out of native builds for performance.
log = { version = "0.4", features = [
"max_level_debug",
Expand All @@ -30,16 +43,8 @@ tracing = { version = "0.1", features = [
"max_level_debug",
"release_max_level_warn",
] }
csv = "1.3.1"
thiserror = "2.0.3"
leafwing-input-manager = "0.15.1"
strum_macros = "0.26.4"
derive_more = { version = "1", features = ["full"] }
ron = "0.8.1"
argh = "0.1.12"
winit = "0.30.5"
image = "0.25.5"
strum = "0.26.3"
sys-locale = "0.3"
uuid = "1.11.0"
#bevy_common_assets = "0.11.0"

[dependencies.bevy]
Expand Down
Loading

0 comments on commit e808bc4

Please sign in to comment.