# 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" rust-version = "1.56" name = "rich-sdl2-rust" version = "0.13.2" authors = ["MikuroXina "] description = "The sdl2 wrapper for Rust." documentation = "https://mikuroxina.github.io/rich-sdl2-rust/rich_sdl2_rust/" readme = "README.md" keywords = [ "sdl2", "wrapper", "binding", ] categories = [ "graphics", "gui", "multimedia", "rendering", ] license = "Apache-2.0" repository = "https://github.com/MikuroXina/rich-sdl2-rust" [[example]] name = "simple-window" required-features = ["ttf"] [[example]] name = "show-interfaces" required-features = ["net"] [dependencies.ash] version = "0.37.3" optional = true [dependencies.bitflags] version = "2.4.2" [dependencies.once_cell] version = "1.19.0" optional = true [dependencies.raw-window-handle] version = "0.3.4" [dependencies.rich-sdl2-rust-sys] version = "0.13.2" [dependencies.static_assertions] version = "1.1.0" [dependencies.typed-builder] version = "0.18.1" [features] default = ["dynamic"] dynamic = ["rich-sdl2-rust-sys/dynamic"] image = ["rich-sdl2-rust-sys/image"] mixer = [ "rich-sdl2-rust-sys/mixer", "once_cell", ] net = ["rich-sdl2-rust-sys/net"] nightly = ["simd_allocator"] simd_allocator = [] static = ["rich-sdl2-rust-sys/static"] ttf = ["rich-sdl2-rust-sys/ttf"] vendor = ["rich-sdl2-rust-sys/vendor"] vulkan = ["ash"] wayland = []