# 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 = "bevy_poly_level" version = "0.2.0" exclude = ["assets/"] description = "A 2d polygon-based level editor for bevy game engine" readme = "readme.md" keywords = [ "bevy", "level", "map-editor", "json", "2d", ] categories = ["game-development"] license = "MIT OR Apache-2.0" [dependencies.bevy] version = "0.13" [dependencies.bevy_egui] version = "0.25" [dependencies.bevy_prototype_lyon] version = "0.11" [dependencies.futures-lite] version = "1.11" [dependencies.geo-clipper] version = "0.8" [dependencies.geo-types] version = "0.7.11" [dependencies.rfd] version = "0.12.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0"