2022-07-15 22:23:24 +02:00
|
|
|
[package]
|
|
|
|
name = "pix_space"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2022-12-12 00:07:42 +01:00
|
|
|
authors = ["Hartmut Seichter <hartmut@technotecture.com>"]
|
|
|
|
readme = "README.md"
|
2022-07-15 22:23:24 +02:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-11-17 23:18:30 +01:00
|
|
|
# bevy = "0.9.0"
|
2022-12-05 23:01:16 +01:00
|
|
|
bevy = { version = "0.9.1", features = ["dynamic"] }
|
|
|
|
rand = "0.8.4"
|
2022-07-17 23:18:17 +02:00
|
|
|
# vrpn = "0.1.0" # not compatible with 2021
|
2022-12-11 23:41:22 +01:00
|
|
|
vrpn = { git = "https://github.com/seichter/vrpn-rs" }
|
2022-12-13 18:13:59 +01:00
|
|
|
bytes = "0.4.12"
|
2022-12-11 12:41:34 +01:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
opt-level = 3
|