Archived
1
0
Fork 0
This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
pivot-saw/Cargo.toml

19 lines
434 B
TOML
Raw Normal View History

2023-07-06 14:35:21 +00:00
[package]
name = "pivot-saw"
description = "Self-avoiding walk with the pivot algorithm"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0"
repository = "https://codeberg.org/mo8it/pivot-saw"
[dependencies]
bevy = "0.10.1"
nalgebra = { version = "0.32.2", default-features = false, features = ["std"] }
rand = { version = "0.8.5", features = ["small_rng"] }
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3