[package] name = "bobosm_raylib_rs" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0.86" fully_pub = "0.1.4" geo-types = { version = "0.7.13", features = ["approx", "rstar", "serde"] } native-tls = "0.2.12" osm-types = "0.1.5" osmpbf = "0.3.3" proj = "0.27.2" quick-xml = { version = "0.34.0", features = ["serialize"] } rand = "0.8.5" raylib = { version = "5.0.1", features = ["wayland"] } rstar = "0.12.0" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.118" serde_with = "3.8.1" toml = "0.8.14" ureq = { version = "2.9.7", features = ["json", "native-certs", "socks-proxy"] } xdg = "2.5.2"