# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bevy_svg_map" version = "0.2.0" authors = ["carrascomj "] description = "Tool to load SVG to bevy, adding properties based on the style" readme = "README.md" keywords = ["graphics", "gamedev", "bevy", "svg"] categories = ["Graphics", "Game Engines"] license = "MIT" repository = "https://github.com/carrascomj/bevy_svg_map" [dependencies.bevy] version = "0.5" features = ["render"] default_features = false [dependencies.euclid] version = "0.22.1" [dependencies.lyon] version = "0.17.1" features = ["svg"] [dependencies.roxmltree] version = "0.14.0" [dependencies.svgtypes] version = "0.5.0" [dev-dependencies.bevy] version = "0.5"