hyporo/Cargo.toml

18 lines
356 B
TOML
Raw Normal View History

2024-03-23 01:31:55 +05:00
[package]
name = "hpr"
version = "0.1.0"
edition = "2021"
authors = ["L-Nafaryus <l.nafaryus@elnafo.ru"]
[dependencies]
2024-03-30 00:31:28 +05:00
bevy = "0.13.1"
cxx = "1.0.120"
glam = { version = "0.24.0", features = ["bytemuck"] }
2024-03-23 01:31:55 +05:00
nalgebra = "0.32.4"
2024-03-30 00:31:28 +05:00
opencascade = { version = "0.2.0", default-features = true }
opencascade-sys = "0.2.0"
2024-03-23 01:31:55 +05:00
[workspace]
members = []
resolver = "2"