# 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.70.0" name = "appit" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A math library specialized for 2d screen graphics." readme = "README.md" keywords = [ "windowing", "winit", ] categories = ["gui"] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/appit" [lib] name = "appit" path = "src/lib.rs" [dependencies.winit] version = "0.30.5" default-features = false [features] default = [ "x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita", ] rwh_05 = ["winit/rwh_05"] rwh_06 = ["winit/rwh_06"] wayland = ["winit/wayland"] wayland-csd-adwaita = ["winit/wayland-csd-adwaita"] wayland-dlopen = ["winit/wayland-dlopen"] x11 = ["winit/x11"]