# 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 = "egui_pigeon" version = "0.1.0" authors = ["Chameko"] description = "A egui implementation for pigeon-2d" readme = "./README.md" license = "MIT" repository = "https://github.com/Chameko/egui_pigeon" resolver = "2" [dependencies.bytemuck] version = "1.9.1" features = ["derive"] [dependencies.egui] version = "0.18.1" features = ["bytemuck"] [dependencies.euclid] version = "0.22" [dependencies.log] version = "0.4" [dependencies.pigeon-2d] version = "0.5" [dependencies.pigeon-parrot] version = "0.4" [dependencies.wgpu] version = "0.13" [dev-dependencies.egui-winit] version = "0.18" [dev-dependencies.egui_demo_lib] version = "0.18" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.itertools] version = "0.10" [dev-dependencies.paste] version = "1.0" [dev-dependencies.pollster] version = "0.2" [dev-dependencies.winit] version = "0.26"