[dependencies.glam]
version = "0.29.1"
[dependencies.rand]
version = "0.9.1"
[features]
debug = []
[lib]
name = "dodgy_2d"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development"]
description = "An implementation of ORCA, a local collision avoidance algorithm for 2D."
edition = "2021"
keywords = ["orca", "rvo", "collision", "avoidance", "navigation"]
license = "MIT OR Apache-2.0"
name = "dodgy_2d"
readme = "README.md"
repository = "https://github.com/andriyDev/dodgy"
version = "0.5.5"