hyporo/Cargo.toml
2024-04-16 22:36:38 +05:00

21 lines
512 B
TOML

[package]
name = "hpr"
version = "0.1.0"
edition = "2021"
authors = ["L-Nafaryus <l.nafaryus@elnafo.ru"]
[dependencies]
bevy = "0.13.1"
bevy_egui = "0.26.0"
cxx = "1.0.120"
glam = { version = "0.24.0", features = ["bytemuck"] }
nalgebra = "0.32.4"
opencascade = { version = "0.2.0", default-features = true }
opencascade-sys = { git = "https://github.com/bschwind/opencascade-rs.git", branch = "main", features = [
"builtin",
] }
[workspace]
members = ["crates/hpr-shape", "crates/occt-rs"]
resolver = "2"