# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "adam_fov_rs" version = "0.2.0" authors = [ "sark", "Adam Milazzo", ] description = "A rust implementation of Adam Milazzo's FOV algorithm http://www.adammil.net/blog/v125_Roguelike_Vision_Algorithms.html#mine" homepage = "https://github.com/sarkahn/adam_fov_rs" readme = "README.md" keywords = [ "fov", "field-of-view", "roguelike", "2d", ] license = "MIT" repository = "https://github.com/sarkahn/adam_fov_rs" resolver = "2" [dependencies.glam] version = "0.21" [dependencies.sark_grids] version = "0.5" [dev-dependencies.bevy] version = "0.8" features = [ "png", "bevy_winit", "bevy_render", "bevy_core_pipeline", "bevy_sprite", ] default-features = false [dev-dependencies.bevy_ascii_terminal] version = "0.11.4" [dev-dependencies.rand] version = "0.8.4"