# 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 = "rugui" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Real-time GUI library for games" readme = "readme.md" keywords = [ "gamedev", "graphics", "gui", "retained_gui", "wgpu", ] categories = [ "rendering", "gui", "game-development", "rendering::engine", ] license = "MIT" repository = "https://github.com/antosatko/rugui" [lib] name = "rugui" path = "src/lib.rs" [[example]] name = "backgrounds" path = "examples/backgrounds.rs" [[example]] name = "children" path = "examples/children.rs" [[example]] name = "events" path = "examples/events.rs" required-features = ["winit"] [[example]] name = "full" path = "examples/full.rs" required-features = ["winit"] [[example]] name = "hello" path = "examples/hello.rs" [[example]] name = "select" path = "examples/select.rs" required-features = ["winit"] [[example]] name = "text" path = "examples/text.rs" [dependencies.bytemuck] version = "1.16.3" features = ["derive"] [dependencies.clipboard] version = "0.5.0" optional = true [dependencies.cosmic-text] version = "0.12.1" [dependencies.document-features] version = "0.2.10" [dependencies.image] version = "0.25.2" [dependencies.wgpu] version = "22.1.0" [dependencies.winit] version = "0.30.5" optional = true [dev-dependencies.pollster] version = "0.3.0" [dev-dependencies.winit] version = "0.30.5" [features] clipboard = ["dep:clipboard"] default = ["winit"] full = [ "winit", "clipboard", ] winit = ["dep:winit"]