1 Star 0 Fork 0

宇宙蒙面侠X/summer-jam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
cryscan 提交于 2021-07-25 21:01 . Update package name and version.
[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" }
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/awol2010ex/summer-jam.git
git@gitee.com:awol2010ex/summer-jam.git
awol2010ex
summer-jam
summer-jam
master

搜索帮助