# 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 = "chessbored" version = "0.4.0" description = "a chess board with movable pieces that behaves like a chessboard on the table." homepage = "https://github.com/shnewto/chessbored" readme = "README.md" keywords = [ "chess", "board", "FEN", "bevy", "chessboard", ] license = "MIT" repository = "https://github.com/shnewto/chessbored" [dependencies.bevy] version = "0.8.0" [dependencies.bevy_egui] version = "0.16.0" [dependencies.bevy_mod_picking] version = "0.9.0" [dependencies.indoc] version = "1.0.6"