# 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 = "wintab_lite" version = "1.0.1" description = "Read pen tablet pressure with these lightly oxidized wintab bindings" readme = "README.md" license = "MIT" repository = "https://github.com/thehappycheese/wintab_lite" [[example]] name = "winit_libloading" required-features = ["libloading"] [[example]] name = "windows_raw_dylib" required-features = ["raw-dylib"] [dependencies.bitflags] version = "2.5.0" [dependencies.libloading] version = "0.8.3" optional = true [dependencies.windows] version = "0.56.0" [dev-dependencies.anyhow] version = "1.0.81" [dev-dependencies.libloading] version = "0.8.3" [dev-dependencies.windows] version = "0.56.0" features = [ "Win32_Graphics_Gdi", "Win32_UI_WindowsAndMessaging", "Win32_System_LibraryLoader", "Win32_UI_HiDpi", "Win32_UI_Input_KeyboardAndMouse", ] [dev-dependencies.winit] version = "0.29.15" [features] default = [] libloading = ["dep:libloading"] raw-dylib = []