# 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 = "owoverlay" version = "0.2.0" authors = ["Speykious "] description = "A very simple configurable key overlay written in Rust." license = "MIT" repository = "https://github.com/Speykious/OwOverlay" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.gl] version = "0.14.0" [dependencies.glam] version = "0.25.0" [dependencies.glutin] version = "0.31.2" [dependencies.glutin-winit] version = "0.4.2" [dependencies.loki-draw] version = "0.1.0" [dependencies.raw-window-handle] version = "0.5.2" [dependencies.rdev] version = "0.5.3" features = ["serialize"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.toml] version = "0.8.8" [dependencies.winit] version = "0.29.7" features = ["rwh_05"]