# 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 = "renet_visualizer" version = "0.0.9" description = "Egui metrics visualizer for the renet crate: Server/Client network library for multiplayer games" readme = "README.md" keywords = [ "gamedev", "networking", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lucaspoffo/renet" [dependencies.bevy_ecs] version = "0.14" optional = true [dependencies.egui] version = "0.28" [dependencies.renet] version = "0.0.16" [features] bevy = ["dep:bevy_ecs"]