mirror of https://github.com/aziis98/asd-2024.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
425 B
TOML
19 lines
425 B
TOML
[package]
|
|
name = "graphs_1-cuda"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nalgebra = { version = "0.32.3", features = ["rand"] }
|
|
petgraph = { version = "0.6.4", features = [
|
|
"stable_graph",
|
|
], default-features = false }
|
|
num-traits = "0.2.17"
|
|
rand = "0.8.5"
|
|
macroquad = "0.4.4"
|
|
petgraph-gen = "0.1.3"
|
|
fdg = { git = "https://github.com/grantshandy/fdg" }
|
|
asd = { path = "../../" }
|
|
rayon = "1.10.0"
|
|
cust = "0.3.2"
|