# 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 = "swamp-window" version = "0.0.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easily create and manage windows across multiple platforms for game applications, leveraging the power of the `winit` library." readme = "README.md" keywords = [ "game", "window", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/swamp/swamp" [lib] name = "swamp_window" path = "src/lib.rs" [[example]] name = "window" path = "examples/window.rs" [dependencies.swamp-log] version = "0.0.10" [dependencies.wasm-bindgen] version = "0.2.95" [dependencies.web-sys] version = "0.3.72" features = [ "Document", "Element", "HtmlCanvasElement", ] [dependencies.winit] version = "0.30.5" features = ["rwh_05"] [dev-dependencies.env_logger] version = "0.11.5"