# 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 = "2018" name = "deno_sdl2" version = "0.3.1" description = "SDL2 Bindings to Deno" license = "MIT" repository = "https://github.com/littledivy/deno_sdl2" [package.metadata.vcpkg] dependencies = ["sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx"] git = "https://github.com/microsoft/vcpkg" rev = "025e564979cc01d0fbc5c920aa8a36635efb01bb" [package.metadata.vcpkg.target.x86_64-pc-windows-msvc] dependencies = ["yasm", "sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx"] triplet = "x64-windows-static-md" [lib] crate-type = ["cdylib"] [dependencies.anyhow] version = "1.0.42" [dependencies.deno_bindgen] version = "0.5.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rodio] version = "0.14.0" [dependencies.sdl2] version = "0.34.5" features = ["ttf", "image", "unsafe_textures"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [features] default = [] use-vcpkg = ["sdl2/use-vcpkg", "sdl2/static-link"]