代码拉取完成,页面将自动刷新
[package]
name = "bounce-up"
version = "1.0.0"
edition = "2018"
resolver = "2"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
bevy_kira_audio = { git = "https://github.com/cryscan/bevy_kira_audio", version = "0.5", features = [
"flac",
"wav",
] }
rand = "0.8"
itertools = "0.10"
derive-new = "0.5"
wasm-bindgen = "0.2"
# Dependencies for native only.
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
bevy = { version = "0.5", default-features = false, features = [
"bevy_wgpu",
"bevy_winit",
"render",
"png",
"x11",
] }
# Dependencies for WASM only.
[target.'cfg(target_arch = "wasm32")'.dependencies]
bevy = { version = "0.5", default-features = false, features = [
"bevy_winit",
"render",
"png",
] }
bevy_webgl2 = { version = "0.5" }
getrandom = { version = "0.2", features = ["js"] }
[patch.crates-io]
bevy_webgl2 = { git = "https://github.com/mrk-its/bevy_webgl2", branch = "master" }
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" }
winit = { git = "https://github.com/cryscan/winit" }
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。