mirror of
https://github.com/Astatin3/rust-swerve-sim.git
synced 2026-06-09 00:28:04 -06:00
9 lines
210 B
TOML
9 lines
210 B
TOML
[package]
|
|
name = "rust-window-thing"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
piston_window = "0.132.0"
|
|
tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "macros"] }
|
|
find_folder = "*" |