# 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 = "ebb" version = "0.1.2" authors = ["Frederick Ziola "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An ECS-based game engine built on WGPU and Winit" homepage = "https://github.com/FrederickAmpsUp/ebb" documentation = "https://docs.rs/ebb" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/FrederickAmpsUp/ebb" [lib] name = "ebb" path = "src/lib.rs" [[test]] name = "portals" path = "tests/portals/portals.rs" harness = false [[test]] name = "test_ecs_03" path = "tests/test_ecs_03.rs" harness = false [[test]] name = "test_instance_02" path = "tests/test_instance_02.rs" harness = false [[test]] name = "test_window_01" path = "tests/test_window_01.rs" harness = false [dependencies.bytemuck] version = "1.19.0" features = ["derive"] [dependencies.console_error_panic_hook] version = "0.1.6" [dependencies.console_log] version = "1.0" [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.31" [dependencies.glam] version = "0.29.0" [dependencies.image] version = "0.25.4" features = [ "png", "jpeg", ] default-features = false [dependencies.log] version = "0.4" [dependencies.web-sys] version = "0.3.72" [dependencies.wgpu] version = "22.0" [dependencies.winit] version = "0.29" features = ["rwh_05"] [dev-dependencies.async-std] version = "1.10" features = ["attributes"] [dev-dependencies.wasm-bindgen] version = "0.2.93" [dev-dependencies.wasm-bindgen-futures] version = "0.4.43"