mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
15 lines
505 B
TOML
15 lines
505 B
TOML
|
[package]
|
||
|
name = "servicepoint_bevy"
|
||
|
edition = "2021"
|
||
|
license = "Apache-2.0 OR MIT"
|
||
|
version.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
servicepoint = { version = "0.5.0", path = "../servicepoint" }
|
||
|
|
||
|
bevy = { version = "0.13.2", default-features = false, features = ["bevy_core_pipeline", "bevy_asset", "bevy_render", "bevy_sprite"] }
|
||
|
image = { version = "0.24", default-features = false }
|
||
|
futures = { version = "0.3" }
|
||
|
futures-lite = { version = "2.1" }
|
||
|
wgpu = { version = "0.19.1" }
|
||
|
bytemuck = { version = "1.13" }
|