# 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 = "microui" version = "0.2.5" authors = ["Wael El Oraiby"] description = "MicroUI (immediate mode GUI) library in pure rust" readme = "README.md" categories = [ "no-std", "gui", "rendering", ] license = "BSD-3-Clause" repository = "https://github.com/NeoCogi/microui-rs" [lib] name = "microui" [dependencies.bitflags] version = "2.4.1" [dev-dependencies.glow] version = "0.13.0" [dev-dependencies.sdl2] version = "0.36.0"