hyporo/Cargo.toml

21 lines
512 B
TOML
Raw Permalink 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"
2024-04-16 22:36:38 +05:00
bevy_egui = "0.26.0"
2024-03-30 00:31:28 +05:00
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 }
2024-04-16 22:36:38 +05:00
opencascade-sys = { git = "https://github.com/bschwind/opencascade-rs.git", branch = "main", features = [
"builtin",
] }
2024-03-23 01:31:55 +05:00
[workspace]
2024-04-16 22:36:38 +05:00
members = ["crates/hpr-shape", "crates/occt-rs"]
2024-03-23 01:31:55 +05:00
resolver = "2"