mirror of https://codeberg.org/topola/topola.git
36 lines
604 B
TOML
36 lines
604 B
TOML
[package]
|
|
name = "topola"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies.geo]
|
|
version = "0.25.1"
|
|
|
|
[dependencies.rstar]
|
|
version = "0.11.0"
|
|
|
|
[dependencies.petgraph]
|
|
version = "0.6.3"
|
|
|
|
[dependencies.spade]
|
|
version = "2.2.0"
|
|
|
|
[dependencies.enum_dispatch]
|
|
version = "0.3.12"
|
|
|
|
[dependencies.itertools]
|
|
version = "0.8.2"
|
|
|
|
[dependencies.contracts]
|
|
version = "0.6.3"
|
|
|
|
[dependencies.sdl2]
|
|
version = "0.35.2"
|
|
default-features = false
|
|
features = ["gfx"]
|
|
|
|
[patch.crates-io]
|
|
contracts = { path = "vendor/contracts" }
|