# 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 = "geometrydash" version = "0.2.3" authors = ["zeozeozeo"] build = "build.rs" description = "Geometry Dash modding library" homepage = "https://github.com/zeozeozeo/geometrydash" readme = "README.md" keywords = [ "geometrydash", "modding", "hook", "mod", ] license = "BSL-1.0" repository = "https://github.com/zeozeozeo/geometrydash" [dependencies.windows] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Threading", "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", ] [build-dependencies.bindgen] version = "0.69.1" [features] fmod = []